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 e4a096d commit 6a36438Copy full SHA for 6a36438
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.0-dev'
+__version__ = '0.2.0'
23
24
25
def _get_commit():
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.0-dev
+current_version = 0.2.0
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
setup.py
@@ -94,6 +94,6 @@
94
test_suite='tests',
95
tests_require=tests_require,
96
url='https://github.com/HDI-project/AutoBazaar',
97
- version='0.2.0-dev',
+ version='0.2.0',
98
zip_safe=False,
99
)
0 commit comments