diff --git a/copulas/__init__.py b/copulas/__init__.py index 29a35f17..166b377d 100644 --- a/copulas/__init__.py +++ b/copulas/__init__.py @@ -2,7 +2,7 @@ __author__ = 'DataCebo, Inc.' __email__ = 'info@sdv.dev' -__version__ = '0.12.4.dev8' +__version__ = '0.12.5.dev0' import sys import warnings diff --git a/pyproject.toml b/pyproject.toml index 67acf49d..4978190f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -152,7 +152,7 @@ namespaces = false ] [tool.bumpversion] -current_version = "0.12.4.dev8" +current_version = "0.12.5.dev0" commit = true tag = true parse = '(?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))?'