Skip to content

Commit 8f332b0

Browse files
committed
Bump version: 0.11.0.dev1 → 0.11.0
1 parent 4f59601 commit 8f332b0

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.0.dev1'
7+
__version__ = '0.11.0'
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
@@ -118,7 +118,7 @@ version = {attr = 'ctgan.__version__'}
118118
collect_ignore = ['pyproject.toml']
119119

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

0 commit comments

Comments
 (0)