diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 221fff65..c4f05d97 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.2 +current_version = 0.0.3 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index e288979c..fdb2a40d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,7 +15,7 @@ year = "2024" author = "Anand Gupta" copyright = f"{year}, {author}" -version = release = "0.0.2" +version = release = "0.0.3" pygments_style = "trac" templates_path = ["."] diff --git a/setup.py b/setup.py index 630c4633..e260fe77 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(*names, **kwargs): setup( name="datapilot", - version="0.0.2", + version="0.0.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 3b93d0be..27fdca49 100644 --- a/src/datapilot/__init__.py +++ b/src/datapilot/__init__.py @@ -1 +1 @@ -__version__ = "0.0.2" +__version__ = "0.0.3"