From ea63342e04832398ec046f1c550682c9c9ddcec1 Mon Sep 17 00:00:00 2001 From: Sourabhchrs93 Date: Thu, 9 Jul 2026 10:34:24 +0000 Subject: [PATCH] chore: bump version from 0.3.2 to 0.3.3 --- .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 1fe46ab..8032a6a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.2 +current_version = 0.3.3 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index b676c95..203d6bd 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.3.2" +version = release = "0.3.3" pygments_style = "trac" templates_path = ["."] diff --git a/setup.py b/setup.py index f405d8c..5d0f79a 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(*names, **kwargs): setup( name="altimate-datapilot-cli", - version="0.3.2", + version="0.3.3", license="MIT", description="Assistant for Data Teams", long_description="{}\n{}".format( diff --git a/src/datapilot/__init__.py b/src/datapilot/__init__.py index f9aa3e1..e19434e 100644 --- a/src/datapilot/__init__.py +++ b/src/datapilot/__init__.py @@ -1 +1 @@ -__version__ = "0.3.2" +__version__ = "0.3.3"