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 2dc3357 commit 189a1c1Copy full SHA for 189a1c1
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.1
+current_version = 1.0.2
3
commit = True
4
tag = True
5
setup.py
@@ -60,7 +60,7 @@
60
test_suite='tests',
61
tests_require=test_requirements,
62
url='https://github.com/ICAMS/calphy',
63
- version='1.0.1',
+ version='1.0.2',
64
zip_safe=False,
65
entry_points={
66
'console_scripts': [
0 commit comments