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 99e261b commit cc25d91Copy full SHA for cc25d91
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.6.0
+current_version = 0.6.1
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.0',
+ version='0.6.1',
68
zip_safe=False,
69
entry_points={
70
'console_scripts': [
0 commit comments