diff --git a/copulas/__init__.py b/copulas/__init__.py index addc9f84..f6ca33c1 100644 --- a/copulas/__init__.py +++ b/copulas/__init__.py @@ -2,7 +2,7 @@ __author__ = 'DataCebo, Inc.' __email__ = 'info@sdv.dev' -__version__ = '0.12.4.dev3' +__version__ = '0.12.4.dev4' import sys import warnings diff --git a/pyproject.toml b/pyproject.toml index 20549757..1f86b90d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -150,7 +150,7 @@ namespaces = false ] [tool.bumpversion] -current_version = "0.12.4.dev3" +current_version = "0.12.4.dev4" commit = true tag = true parse = '(?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))?'