From 2748d7d87c96b216e3c824fe4ee816d4a76a60ed Mon Sep 17 00:00:00 2001 From: Pulkit Gaur Date: Fri, 1 Aug 2025 14:14:50 +0530 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.21=20=E2=86=92=200.0.22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- src/datapilot/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 29e444e..279896e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.21 +current_version = 0.0.22 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index 7c1feba..63e60bb 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.21" +version = release = "0.0.22" pygments_style = "trac" templates_path = ["."] diff --git a/src/datapilot/__init__.py b/src/datapilot/__init__.py index c35625a..479dad0 100644 --- a/src/datapilot/__init__.py +++ b/src/datapilot/__init__.py @@ -1 +1 @@ -__version__ = "0.0.21" +__version__ = "0.0.22"