diff --git a/ctgan/__init__.py b/ctgan/__init__.py index 86a68c43..6079195e 100644 --- a/ctgan/__init__.py +++ b/ctgan/__init__.py @@ -4,7 +4,7 @@ __author__ = 'DataCebo, Inc.' __email__ = 'info@sdv.dev' -__version__ = '0.11.1.dev0' +__version__ = '0.11.1.dev1' from ctgan.demo import load_demo from ctgan.synthesizers.ctgan import CTGAN diff --git a/pyproject.toml b/pyproject.toml index 1bbe2829..95ef49f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -116,7 +116,7 @@ version = {attr = 'ctgan.__version__'} collect_ignore = ['pyproject.toml'] [tool.bumpversion] -current_version = "0.11.1.dev0" +current_version = "0.11.1.dev1" parse = '(?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))?' serialize = [ '{major}.{minor}.{patch}.{release}{candidate}',