We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16f14c commit 65051a4Copy full SHA for 65051a4
ctgan/__init__.py
@@ -4,7 +4,7 @@
4
5
__author__ = 'DataCebo, Inc.'
6
__email__ = '[email protected]'
7
-__version__ = '0.11.1'
+__version__ = '0.11.2.dev0'
8
9
from ctgan.demo import load_demo
10
from ctgan.synthesizers.ctgan import CTGAN
pyproject.toml
@@ -116,7 +116,7 @@ version = {attr = 'ctgan.__version__'}
116
collect_ignore = ['pyproject.toml']
117
118
[tool.bumpversion]
119
-current_version = "0.11.1"
+current_version = "0.11.2.dev0"
120
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
121
serialize = [
122
'{major}.{minor}.{patch}.{release}{candidate}',
0 commit comments