Skip to content

Commit bb0bb0d

Browse files
committed
Bump version: 0.3.0-dev → 0.3.0
1 parent a7580a8 commit bb0bb0d

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

mlblocks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
__copyright__ = 'Copyright (c) 2018, MIT Data To AI Lab'
1919
__email__ = 'dailabmit@gmail.com'
2020
__license__ = 'MIT'
21-
__version__ = '0.3.0-dev'
21+
__version__ = '0.3.0'
2222

2323
__all__ = [
2424
'MLBlock', 'MLPipeline', 'add_primitives_path',

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.3.0-dev
2+
current_version = 0.3.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

@@ -45,3 +45,4 @@ collect_ignore = ['setup.py']
4545

4646
[tool:pylint]
4747
good-names = X,y
48+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@
9292
test_suite='tests',
9393
tests_require=tests_require,
9494
url='https://github.com/HDI-Project/MLBlocks',
95-
version='0.3.0-dev',
95+
version='0.3.0',
9696
zip_safe=False,
9797
)

0 commit comments

Comments
 (0)