Skip to content

Commit db5ff4b

Browse files
committed
Bump version: 0.6.2 → 0.6.3.dev0
1 parent 1406d37 commit db5ff4b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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__ = '[email protected]'
2222
__license__ = 'MIT'
23-
__version__ = '0.6.2'
23+
__version__ = '0.6.3.dev0'
2424

2525
__all__ = [
2626
'MLBlock',

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.6.2
2+
current_version = 0.6.3.dev0
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
@@ -131,6 +131,6 @@
131131
test_suite='tests',
132132
tests_require=tests_require,
133133
url='https://github.com/MLBazaar/MLBlocks',
134-
version='0.6.2',
134+
version='0.6.3.dev0',
135135
zip_safe=False,
136136
)

0 commit comments

Comments
 (0)