Skip to content

Commit 1af7b1b

Browse files
committed
Bump version: 0.4.0.dev0 → 0.4.0.dev1
1 parent 9f9c9a1 commit 1af7b1b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

mlblocks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
__copyright__ = 'Copyright (c) 2018, MIT Data To AI Lab'
2121
__email__ = 'dailabmit@gmail.com'
2222
__license__ = 'MIT'
23-
__version__ = '0.4.0.dev0'
23+
__version__ = '0.4.0.dev1'
2424

2525
__all__ = [
2626
'MLBlock', 'MLPipeline', 'add_pipelines_path', 'add_primitives_path',

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.4.0.dev0
2+
current_version = 0.4.0.dev1
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
@@ -117,6 +117,6 @@
117117
test_suite='tests',
118118
tests_require=tests_require,
119119
url='https://github.com/MLBazaar/MLBlocks',
120-
version='0.4.0.dev0',
120+
version='0.4.0.dev1',
121121
zip_safe=False,
122122
)

0 commit comments

Comments
 (0)