From f432c97ce17b7b662f48f634fa54d129af76764c Mon Sep 17 00:00:00 2001 From: suryaiyer95 Date: Thu, 12 Jun 2025 01:48:03 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.20=20=E2=86=92=200.0.21?= 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 8aa0239..29e444e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.20 +current_version = 0.0.21 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index 8cacfab..7c1feba 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.20" +version = release = "0.0.21" pygments_style = "trac" templates_path = ["."] diff --git a/setup.py b/setup.py index 67762d7..4c6c87d 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(*names, **kwargs): setup( name="altimate-datapilot-cli", - version="0.0.20", + version="0.0.21", license="MIT", description="Assistant for Data Teams", long_description="{}\n{}".format( diff --git a/src/datapilot/__init__.py b/src/datapilot/__init__.py index 040835a..c35625a 100644 --- a/src/datapilot/__init__.py +++ b/src/datapilot/__init__.py @@ -1 +1 @@ -__version__ = "0.0.20" +__version__ = "0.0.21"