diff --git a/ctgan/__init__.py b/ctgan/__init__.py index 836c86d6..3eba37a6 100644 --- a/ctgan/__init__.py +++ b/ctgan/__init__.py @@ -4,7 +4,7 @@ __author__ = 'DataCebo, Inc.' __email__ = 'info@sdv.dev' -__version__ = '0.10.2.dev1' +__version__ = '0.10.2' from ctgan.demo import load_demo from ctgan.synthesizers.ctgan import CTGAN diff --git a/pyproject.toml b/pyproject.toml index 1f4d3ddf..f2d7f7a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ version = {attr = 'ctgan.__version__'} collect_ignore = ['pyproject.toml'] [tool.bumpversion] -current_version = "0.10.2.dev1" +current_version = "0.10.2" parse = '(?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))?' serialize = [ '{major}.{minor}.{patch}.{release}{candidate}',