Skip to content

Commit 44c10a0

Browse files
committed
Bump version: 0.2.2.dev0 → 0.2.2
1 parent 1fbeadb commit 44c10a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sdv/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
__author__ = """MIT Data To AI Lab"""
88
__email__ = '[email protected]'
9-
__version__ = '0.2.2.dev0'
9+
__version__ = '0.2.2'
1010

1111
from sdv.demo import get_available_demos, load_demo
1212
from sdv.metadata import Metadata

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.2.dev0
2+
current_version = 0.2.2
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@
9090
test_suite='tests',
9191
tests_require=tests_require,
9292
url='https://github.com/HDI-Project/SDV',
93-
version='0.2.2.dev0',
93+
version='0.2.2',
9494
zip_safe=False,
9595
)

0 commit comments

Comments
 (0)