Skip to content

Commit c258d86

Browse files
committed
Bump version: 0.9.1.dev1 → 0.9.1
1 parent f80b6e9 commit c258d86

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.9.1.dev1'
7+
__version__ = '0.9.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
@@ -150,7 +150,7 @@ add-ignore = ['D107', 'D407', 'D417']
150150
collect_ignore = ['pyproject.toml']
151151

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

0 commit comments

Comments
 (0)