diff --git a/copulas/__init__.py b/copulas/__init__.py index 582e38da..9700339d 100644 --- a/copulas/__init__.py +++ b/copulas/__init__.py @@ -2,7 +2,7 @@ __author__ = 'DataCebo, Inc.' __email__ = 'info@sdv.dev' -__version__ = '0.13.1.dev0' +__version__ = '0.13.1.dev1' import sys import warnings diff --git a/pyproject.toml b/pyproject.toml index c2f1abb1..c07afc9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -154,7 +154,7 @@ namespaces = false ] [tool.bumpversion] -current_version = "0.13.1.dev0" +current_version = "0.13.1.dev1" commit = true tag = true parse = '(?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))?'