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 4f59601 commit 8f332b0Copy full SHA for 8f332b0
ctgan/__init__.py
@@ -4,7 +4,7 @@
4
5
__author__ = 'DataCebo, Inc.'
6
__email__ = 'info@sdv.dev'
7
-__version__ = '0.11.0.dev1'
+__version__ = '0.11.0'
8
9
from ctgan.demo import load_demo
10
from ctgan.synthesizers.ctgan import CTGAN
pyproject.toml
@@ -118,7 +118,7 @@ version = {attr = 'ctgan.__version__'}
118
collect_ignore = ['pyproject.toml']
119
120
[tool.bumpversion]
121
-current_version = "0.11.0.dev1"
+current_version = "0.11.0"
122
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
123
serialize = [
124
'{major}.{minor}.{patch}.{release}{candidate}',
0 commit comments