Skip to content

Commit fcd3419

Browse files
committed
Bump version: 0.2.2-dev → 0.2.2
1 parent f1d6d60 commit fcd3419

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

atm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
__author__ = """MIT Data To AI Lab"""
1212
__email__ = 'dailabmit@gmail.com'
13-
__version__ = '0.2.2-dev'
13+
__version__ = '0.2.2'
1414

1515
# this defines which modules will be imported by "from atm import *"
1616
__all__ = ['ATM', 'Model', 'config', 'constants', 'data', 'database',

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.2.2-dev
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]+))?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@
110110
test_suite='tests',
111111
tests_require=tests_require,
112112
url='https://github.com/HDI-project/ATM',
113-
version='0.2.2-dev',
113+
version='0.2.2',
114114
zip_safe=False,
115115
)

0 commit comments

Comments
 (0)