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 b6060ea commit 3bfb22dCopy full SHA for 3bfb22d
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.6.1
+current_version = 0.7.0
3
commit = True
4
tag = True
5
setup.py
@@ -64,7 +64,7 @@
64
test_suite='tests',
65
tests_require=test_requirements,
66
url='https://git.noc.ruhr-uni-bochum.de/atomicclusterexpansion/calphy',
67
- version='0.6.1',
+ version='0.7.0',
68
zip_safe=False,
69
entry_points={
70
'console_scripts': [
0 commit comments