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 b13fd2f commit 013c41aCopy full SHA for 013c41a
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.9.1
+current_version = 1.0.0
3
commit = True
4
tag = True
5
setup.py
@@ -58,7 +58,7 @@
58
test_suite='tests',
59
tests_require=test_requirements,
60
url='https://github.com/ICAMS/calphy',
61
- version='0.9.1',
+ version='1.0.0',
62
zip_safe=False,
63
entry_points={
64
'console_scripts': [
0 commit comments