diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d075153..33e269c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.2 +current_version = 0.2.3 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index 78305c8..19ff024 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.2.2" +version = release = "0.2.3" pygments_style = "trac" templates_path = ["."] diff --git a/setup.py b/setup.py index 82bf689..e0700b5 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(*names, **kwargs): setup( name="altimate-datapilot-cli", - version="0.2.2", + version="0.2.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 b5fdc75..d31c31e 100644 --- a/src/datapilot/__init__.py +++ b/src/datapilot/__init__.py @@ -1 +1 @@ -__version__ = "0.2.2" +__version__ = "0.2.3"