We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b299375 commit bc8d653Copy full SHA for bc8d653
ctgan/__init__.py
@@ -4,7 +4,7 @@
4
5
__author__ = 'DataCebo, Inc.'
6
__email__ = 'info@sdv.dev'
7
-__version__ = '0.10.2.dev1'
+__version__ = '0.10.2'
8
9
from ctgan.demo import load_demo
10
from ctgan.synthesizers.ctgan import CTGAN
pyproject.toml
@@ -115,7 +115,7 @@ version = {attr = 'ctgan.__version__'}
115
collect_ignore = ['pyproject.toml']
116
117
[tool.bumpversion]
118
-current_version = "0.10.2.dev1"
+current_version = "0.10.2"
119
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
120
serialize = [
121
'{major}.{minor}.{patch}.{release}{candidate}',
0 commit comments