From 56f7af4790590eb7e6a5c96c704eb0e7f202fe5a Mon Sep 17 00:00:00 2001 From: anandgupta42 Date: Mon, 6 Oct 2025 10:27:45 -0700 Subject: [PATCH 1/2] bunping version --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 67ba776a..215199ad 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.24" +version = release = "0.0.25" pygments_style = "trac" templates_path = ["."] diff --git a/setup.py b/setup.py index d8503be7..c06bd8ab 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(*names, **kwargs): setup( name="altimate-datapilot-cli", - version="0.0.24", + version="0.0.25", license="MIT", description="Assistant for Data Teams", long_description="{}\n{}".format( From c9b3af4dcba0327058dae0eb4e722899dc859205 Mon Sep 17 00:00:00 2001 From: anandgupta42 Date: Mon, 6 Oct 2025 10:27:48 -0700 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=200.0.25=20=E2=86=92=200.0.?= =?UTF-8?q?26?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 e7778be3..e300c575 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.25 +current_version = 0.0.26 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index 215199ad..3a65f06a 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.25" +version = release = "0.0.26" pygments_style = "trac" templates_path = ["."] diff --git a/setup.py b/setup.py index c06bd8ab..8807c1be 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(*names, **kwargs): setup( name="altimate-datapilot-cli", - version="0.0.25", + version="0.0.26", license="MIT", description="Assistant for Data Teams", long_description="{}\n{}".format( diff --git a/src/datapilot/__init__.py b/src/datapilot/__init__.py index 5a6b518d..15331024 100644 --- a/src/datapilot/__init__.py +++ b/src/datapilot/__init__.py @@ -1 +1 @@ -__version__ = "0.0.25" +__version__ = "0.0.26"