Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleDelliVeneri committed Jul 17, 2024
1 parent 47139f8 commit b16548b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.8"
__version__ = "2.1.9"
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.8"
version = "2.1.9"
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.8",
version="2.1.9",
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 b16548b

Please sign in to comment.