Skip to content

Commit 80dc9c6

Browse files
committed
Bump version: 0.2.1.dev3 → 0.2.1
1 parent b60c1b5 commit 80dc9c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

autobazaar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
__copyright__ = 'Copyright (c) 2019, MIT Data To AI Lab'
2020
__email__ = '[email protected]'
2121
__license__ = 'MIT'
22-
__version__ = '0.2.1.dev3'
22+
__version__ = '0.2.1'
2323

2424

2525
def _get_commit():

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.1.dev3
2+
current_version = 0.2.1
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
@@ -98,6 +98,6 @@
9898
test_suite='tests',
9999
tests_require=tests_require,
100100
url='https://github.com/HDI-project/AutoBazaar',
101-
version='0.2.1.dev3',
101+
version='0.2.1',
102102
zip_safe=False,
103103
)

0 commit comments

Comments
 (0)