From 1a7678bd915f0915bddcfdcd70eac81b2de29814 Mon Sep 17 00:00:00 2001 From: Pulkit Gaur Date: Thu, 21 Aug 2025 13:06:10 +0530 Subject: [PATCH] Update version to 0.0.24 across configuration and documentation files - Bumped the version number in .bumpversion.cfg, setup.py, docs/conf.py, and src/datapilot/__init__.py to reflect the new release. - Ensured consistency in versioning across all relevant files for the upcoming release. --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- setup.py | 2 +- src/datapilot/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2408789..8b1dc59 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.23 +current_version = 0.0.24 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index de17790..67ba776 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,7 +15,7 @@ year = "2024" author = "Altimate Inc." copyright = f"{year}, {author}" -version = release = "0.0.23" +version = release = "0.0.24" pygments_style = "trac" templates_path = ["."] diff --git a/setup.py b/setup.py index fe6f962..b9552ad 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(*names, **kwargs): setup( name="altimate-datapilot-cli", - version="0.0.23", + version="0.0.24", license="MIT", description="Assistant for Data Teams", long_description="{}\n{}".format( diff --git a/src/datapilot/__init__.py b/src/datapilot/__init__.py index 40b07ef..5681085 100644 --- a/src/datapilot/__init__.py +++ b/src/datapilot/__init__.py @@ -1 +1 @@ -__version__ = "0.0.23" +__version__ = "0.0.24"