Skip to content

Commit 3fea85a

Browse files
committed
Bump version: 0.1.0-dev → 0.1.0
1 parent 4f8536b commit 3fea85a

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

autobazaar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
__copyright__ = 'Copyright (c) 2019, MIT Data To AI Lab'
1717
__email__ = '[email protected]'
1818
__license__ = 'MIT'
19-
__version__ = '0.1.0-dev'
19+
__version__ = '0.1.0'

setup.cfg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[bumpversion]
2-
current_version = 0.1.0-dev
2+
current_version = 0.1.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
6-
serialize =
6+
serialize =
77
{major}.{minor}.{patch}-{release}
88
{major}.{minor}.{patch}
99

1010
[bumpversion:part:release]
1111
optional_value = release
12-
values =
12+
values =
1313
dev
1414
release
1515

@@ -46,3 +46,4 @@ test = pytest
4646

4747
[tool:pytest]
4848
collect_ignore = ['setup.py']
49+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,6 @@
157157
test_suite='tests',
158158
tests_require=tests_require,
159159
url='https://github.com/HDI-project/AutoBazaar',
160-
version='0.1.0-dev',
160+
version='0.1.0',
161161
zip_safe=False,
162162
)

0 commit comments

Comments
 (0)