Skip to content

Commit bfa4aec

Browse files
committed
Bump version: 0.5.1 → 0.5.2
1 parent 170c092 commit bfa4aec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.1
2+
current_version = 0.5.2
33
commit = True
44
tag = True
55

cp2k_basis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import os
77

88

9-
__version__ = '0.5.1'
9+
__version__ = '0.5.2'
1010
__author__ = 'Pierre Beaujean'
1111
__maintainer__ = 'Pierre Beaujean'
1212
__email__ = '[email protected]'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cp2k-basis",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Overview of the content of CP2K basis sets and potentials.",
55
"author": "Pierre Beaujean",
66
"license": "MIT",

0 commit comments

Comments
 (0)