Skip to content

Commit

Permalink
fix: conf
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleDelliVeneri committed Jul 11, 2024
1 parent 3f6951f commit 330a221
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion almasim/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.5"
__version__ = "2.1.6"
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#
import os
import sys

import almasim
sys.path.insert(0, os.path.abspath("../.."))

# -- Project information -----------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "almasim"
version = "2.1.5"
version = "2.1.6"
description = "An ALMA Simulation package for a more civilized era."
authors = ["Michele Delli Veneri <micheledelliveneri@gmail.com>"]
readme = "README.rst"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="almasim",
version="2.1.5",
version="2.1.6",
author="Michele Delli Veneri",
author_email="micheledelliveneri@gmail.com",
description="An ALMA Simulation package for a more civilized era.",
Expand Down

0 comments on commit 330a221

Please sign in to comment.