Skip to content

Commit 65051a4

Browse files
committed
Bump version: 0.11.1 → 0.11.2.dev0
1 parent d16f14c commit 65051a4

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.11.1'
7+
__version__ = '0.11.2.dev0'
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"
119+
current_version = "0.11.2.dev0"
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)