We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 170c092 commit bfa4aecCopy full SHA for bfa4aec
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.5.1
+current_version = 0.5.2
3
commit = True
4
tag = True
5
cp2k_basis/__init__.py
@@ -6,7 +6,7 @@
6
import os
7
8
9
-__version__ = '0.5.1'
+__version__ = '0.5.2'
10
__author__ = 'Pierre Beaujean'
11
__maintainer__ = 'Pierre Beaujean'
12
__email__ = 'pierre.beaujean@unamur.be'
package.json
@@ -1,6 +1,6 @@
{
"name": "cp2k-basis",
- "version": "0.5.1",
+ "version": "0.5.2",
"description": "Overview of the content of CP2K basis sets and potentials.",
"author": "Pierre Beaujean",
"license": "MIT",
0 commit comments