Skip to content

Commit d3d3b7c

Browse files
committed
Bump version: 0.7.4.dev1 → 0.7.4
1 parent d056ed2 commit d3d3b7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.7.4.dev1'
7+
__version__ = '0.7.4'
88

99
from ctgan.demo import load_demo
1010
from ctgan.synthesizers.ctgan import CTGAN

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.7.4.dev1
2+
current_version = 0.7.4
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@
118118
test_suite='tests',
119119
tests_require=tests_require,
120120
url='https://github.com/sdv-dev/CTGAN',
121-
version='0.7.4.dev1',
121+
version='0.7.4',
122122
zip_safe=False,
123123
)

0 commit comments

Comments
 (0)