diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e442b55..6ad930e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.17 +current_version = 0.0.18 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index 9729d82..afea67e 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.17" +version = release = "0.0.18" pygments_style = "trac" templates_path = ["."] diff --git a/setup.py b/setup.py index 5d90dfe..28859c9 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(*names, **kwargs): setup( name="altimate-datapilot-cli", - version="0.0.17", + version="0.0.18", license="MIT", description="Assistant for Data Teams", long_description="{}\n{}".format( diff --git a/src/datapilot/__init__.py b/src/datapilot/__init__.py index 1f658a4..f18e5d0 100644 --- a/src/datapilot/__init__.py +++ b/src/datapilot/__init__.py @@ -1 +1 @@ -__version__ = "0.0.17" +__version__ = "0.0.18"