diff --git a/pyproject.toml b/pyproject.toml index f52a870..a05565c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "celerity" -version = "0.25.3" +version = "0.26.0" description = "Celerity is a lightweight, zero-dependency and type-safe Python library for astronomical calculations." authors = ["Michael J. Roberts "] maintainers = ["Michael J. Roberts "] diff --git a/src/celerity/__init__.py b/src/celerity/__init__.py index 5844269..551796f 100644 --- a/src/celerity/__init__.py +++ b/src/celerity/__init__.py @@ -11,7 +11,7 @@ Python library for astronomical calculations. """ -__version__ = "0.25.3" +__version__ = "0.26.0" # **************************************************************************************