Skip to content

Commit bc8d653

Browse files
committed
Bump version: 0.10.2.dev1 → 0.10.2
1 parent b299375 commit bc8d653

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ctgan/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = 'DataCebo, Inc.'
66
__email__ = 'info@sdv.dev'
7-
__version__ = '0.10.2.dev1'
7+
__version__ = '0.10.2'
88

99
from ctgan.demo import load_demo
1010
from ctgan.synthesizers.ctgan import CTGAN

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ version = {attr = 'ctgan.__version__'}
115115
collect_ignore = ['pyproject.toml']
116116

117117
[tool.bumpversion]
118-
current_version = "0.10.2.dev1"
118+
current_version = "0.10.2"
119119
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
120120
serialize = [
121121
'{major}.{minor}.{patch}.{release}{candidate}',

0 commit comments

Comments
 (0)