From bc32ebc78481668cb3856c4c45355ee2e37a0b92 Mon Sep 17 00:00:00 2001 From: "Michael J. Roberts" Date: Sun, 28 Apr 2024 20:56:14 +0100 Subject: [PATCH] chore: bump pyproject.toml version => "0.26.0". chore: bump pyproject.toml version => "0.26.0". --- pyproject.toml | 2 +- src/celerity/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" # **************************************************************************************