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 1434bcd commit aa8fb50Copy full SHA for aa8fb50
mlprimitives/__init__.py
@@ -4,7 +4,7 @@
4
5
__author__ = 'MIT Data To AI Lab'
6
__email__ = '[email protected]'
7
-__version__ = '0.4.1'
+__version__ = '0.4.2.dev0'
8
9
import os
10
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.4.1
+current_version = 0.4.2.dev0
3
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?
setup.py
@@ -132,6 +132,6 @@
132
test_suite='tests',
133
tests_require=tests_require,
134
url='https://github.com/MLBazaar/MLPrimitives',
135
- version='0.4.1',
+ version='0.4.2.dev0',
136
zip_safe=False,
137
)
0 commit comments