From 209fb73daa43e628d343fd3474689f564c14d025 Mon Sep 17 00:00:00 2001 From: "Michael J. Roberts" Date: Wed, 24 Apr 2024 16:18:03 +0100 Subject: [PATCH] chore: bump pyproject.toml version => "0.25.2". chore: bump pyproject.toml version => "0.25.2". --- pyproject.toml | 2 +- src/celerity/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5da0407..999b400 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "celerity" -version = "0.25.1" +version = "0.25.2" 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 1abc104..bd1077b 100644 --- a/src/celerity/__init__.py +++ b/src/celerity/__init__.py @@ -11,7 +11,7 @@ Python library for astronomical calculations. """ -__version__ = "0.1.0" +__version__ = "0.25.2" # **************************************************************************************