We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab913eb commit be93b47Copy full SHA for be93b47
piex/__init__.py
@@ -4,4 +4,4 @@
4
5
__author__ = """MIT Data To AI Lab"""
6
__email__ = '[email protected]'
7
-__version__ = '0.1.1-dev'
+__version__ = '0.1.1'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.1-dev
+current_version = 0.1.1
3
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
setup.py
@@ -91,6 +91,6 @@
91
test_suite='tests',
92
tests_require=tests_require,
93
url='https://github.com/HDI-Project/piex',
94
- version='0.1.1-dev',
+ version='0.1.1',
95
zip_safe=False,
96
)
0 commit comments