Skip to content

Commit d16f14c

Browse files
committed
Bump version: 0.11.1.dev1 → 0.11.1
1 parent 58fd713 commit d16f14c

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.11.1.dev1'
7+
__version__ = '0.11.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
@@ -116,7 +116,7 @@ version = {attr = 'ctgan.__version__'}
116116
collect_ignore = ['pyproject.toml']
117117

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

0 commit comments

Comments
 (0)