From 0a7070e8267b88db9f04be418523063ad76c3040 Mon Sep 17 00:00:00 2001 From: sarahmish <40212131+sarahmish@users.noreply.github.com> Date: Thu, 12 Feb 2026 21:30:37 +0000 Subject: [PATCH] bumpversion-candidate --- 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 45e1fc00..7504a6c5 100644 --- a/ctgan/__init__.py +++ b/ctgan/__init__.py @@ -4,7 +4,7 @@ __author__ = 'DataCebo, Inc.' __email__ = 'info@sdv.dev' -__version__ = '0.12.1.dev0' +__version__ = '0.12.1.dev1' from ctgan.demo import load_demo from ctgan.synthesizers.ctgan import CTGAN diff --git a/pyproject.toml b/pyproject.toml index 3f806744..3015b7f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -120,7 +120,7 @@ version = {attr = 'ctgan.__version__'} collect_ignore = ['pyproject.toml'] [tool.bumpversion] -current_version = "0.12.1.dev0" +current_version = "0.12.1.dev1" parse = '(?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))?' serialize = [ '{major}.{minor}.{patch}.{release}{candidate}',