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 cf3bd25 commit a38b46aCopy full SHA for a38b46a
mlblocks/__init__.py
@@ -20,7 +20,7 @@
20
__copyright__ = 'Copyright (c) 2018, MIT Data To AI Lab'
21
__email__ = '[email protected]'
22
__license__ = 'MIT'
23
-__version__ = '0.6.2.dev0'
+__version__ = '0.6.2.dev1'
24
25
__all__ = [
26
'MLBlock',
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.6.2.dev0
+current_version = 0.6.2.dev1
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?
setup.py
@@ -131,6 +131,6 @@
131
test_suite='tests',
132
tests_require=tests_require,
133
url='https://github.com/MLBazaar/MLBlocks',
134
- version='0.6.2.dev0',
+ version='0.6.2.dev1',
135
zip_safe=False,
136
)
0 commit comments