From bc8d653281f4a79e5bfc5678a3d31865008515a8 Mon Sep 17 00:00:00 2001 From: Andrew Montanez Date: Tue, 22 Oct 2024 10:44:18 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.10.2.dev1=20=E2=86=92=200.1?= =?UTF-8?q?0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ctgan/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}',