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 f886762 commit 771d797Copy full SHA for 771d797
pypums/__init__.py
@@ -4,7 +4,7 @@
4
5
__author__ = """Sergio Sánchez Zavala"""
6
__email__ = "[email protected]"
7
-__version__ = "0.0.6"
+__version__ = "__version__ = '0.1.0'"
8
9
10
from pypums.pypums import *
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.6
+current_version = 0.1.0
3
commit = True
tag = True
setup.py
@@ -65,7 +65,7 @@
65
test_suite="tests",
66
tests_require=test_requirements,
67
url="https://github.com/chekos/pypums",
68
- version="0.0.6",
+ version="version='0.1.0'",
69
python_requires=">=3.6",
70
zip_safe=False,
71
)
0 commit comments