Skip to content

Commit 96d194f

Browse files
committed
Bump version: 0.2.0-dev → 0.2.0
1 parent 17cd4b0 commit 96d194f

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__ = '[email protected]'
13-
__version__ = '0.2.0-dev'
13+
__version__ = '0.2.0'
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.0-dev
2+
current_version = 0.2.0
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
@@ -113,6 +113,6 @@
113113
test_suite='tests',
114114
tests_require=tests_require,
115115
url='https://github.com/HDI-project/ATM',
116-
version='0.2.0-dev',
116+
version='0.2.0',
117117
zip_safe=False,
118118
)

0 commit comments

Comments
 (0)