diff --git a/ctgan/__init__.py b/ctgan/__init__.py index a69cca67..e9a79745 100644 --- a/ctgan/__init__.py +++ b/ctgan/__init__.py @@ -4,7 +4,7 @@ __author__ = 'DataCebo, Inc.' __email__ = 'info@sdv.dev' -__version__ = '0.10.1.dev1' +__version__ = '0.10.1' from ctgan.demo import load_demo from ctgan.synthesizers.ctgan import CTGAN diff --git a/pyproject.toml b/pyproject.toml index aec16f8a..4d5e127e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -151,7 +151,7 @@ add-ignore = ['D107', 'D407', 'D417'] collect_ignore = ['pyproject.toml'] [tool.bumpversion] -current_version = "0.10.1.dev1" +current_version = "0.10.1" parse = '(?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))?' serialize = [ '{major}.{minor}.{patch}.{release}{candidate}',