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 7866a4d commit 957a1f8Copy full SHA for 957a1f8
ctgan/__init__.py
@@ -4,7 +4,7 @@
4
5
__author__ = 'DataCebo, Inc.'
6
__email__ = 'info@sdv.dev'
7
-__version__ = '0.7.1'
+__version__ = '0.7.2.dev0'
8
9
from ctgan.demo import load_demo
10
from ctgan.synthesizers.ctgan import CTGAN
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.7.1
+current_version = 0.7.2.dev0
3
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?
setup.py
@@ -117,6 +117,6 @@
117
test_suite='tests',
118
tests_require=tests_require,
119
url='https://github.com/sdv-dev/CTGAN',
120
- version='0.7.1',
+ version='0.7.2.dev0',
121
zip_safe=False,
122
)
0 commit comments