Skip to content

Commit 63659c8

Browse files
committed
Bump version: 0.10.1.dev1 → 0.10.1
1 parent e59a013 commit 63659c8

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__ = '[email protected]'
7-
__version__ = '0.10.1.dev1'
7+
__version__ = '0.10.1'
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
@@ -151,7 +151,7 @@ add-ignore = ['D107', 'D407', 'D417']
151151
collect_ignore = ['pyproject.toml']
152152

153153
[tool.bumpversion]
154-
current_version = "0.10.1.dev1"
154+
current_version = "0.10.1"
155155
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
156156
serialize = [
157157
'{major}.{minor}.{patch}.{release}{candidate}',

0 commit comments

Comments
 (0)