We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 826da23 commit 478f4f1Copy full SHA for 478f4f1
ctgan/__init__.py
@@ -4,7 +4,7 @@
4
5
__author__ = 'DataCebo, Inc.'
6
__email__ = 'info@sdv.dev'
7
-__version__ = '0.12.1'
+__version__ = '0.12.2.dev0'
8
9
from ctgan.demo import load_demo
10
from ctgan.synthesizers.ctgan import CTGAN
pyproject.toml
@@ -120,7 +120,7 @@ version = {attr = 'ctgan.__version__'}
120
collect_ignore = ['pyproject.toml']
121
122
[tool.bumpversion]
123
-current_version = "0.12.1"
+current_version = "0.12.2.dev0"
124
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
125
serialize = [
126
'{major}.{minor}.{patch}.{release}{candidate}',
0 commit comments