diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e300c57..db71468 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.26 +current_version = 0.1.0 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index 3a65f06..3d5fbde 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.26" +version = release = "0.1.0" pygments_style = "trac" templates_path = ["."] diff --git a/src/datapilot/__init__.py b/src/datapilot/__init__.py index 1533102..3dc1f76 100644 --- a/src/datapilot/__init__.py +++ b/src/datapilot/__init__.py @@ -1 +1 @@ -__version__ = "0.0.26" +__version__ = "0.1.0"