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"