We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60c1b5 commit 80dc9c6Copy full SHA for 80dc9c6
autobazaar/__init__.py
@@ -19,7 +19,7 @@
19
__copyright__ = 'Copyright (c) 2019, MIT Data To AI Lab'
20
__email__ = '[email protected]'
21
__license__ = 'MIT'
22
-__version__ = '0.2.1.dev3'
+__version__ = '0.2.1'
23
24
25
def _get_commit():
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.1.dev3
+current_version = 0.2.1
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?
setup.py
@@ -98,6 +98,6 @@
98
test_suite='tests',
99
tests_require=tests_require,
100
url='https://github.com/HDI-project/AutoBazaar',
101
- version='0.2.1.dev3',
+ version='0.2.1',
102
zip_safe=False,
103
)
0 commit comments