diff --git a/copulas/__init__.py b/copulas/__init__.py index 3b50b278..6b873213 100644 --- a/copulas/__init__.py +++ b/copulas/__init__.py @@ -4,7 +4,7 @@ __author__ = 'DataCebo, Inc.' __email__ = 'info@sdv.dev' -__version__ = '0.11.0.dev0' +__version__ = '0.11.0.dev1' import contextlib import importlib diff --git a/pyproject.toml b/pyproject.toml index b96ee4d5..5cf5b7f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -176,7 +176,7 @@ namespaces = false ] [tool.bumpversion] -current_version = "0.11.0.dev0" +current_version = "0.11.0.dev1" commit = true tag = true parse = '(?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))?'