Skip to content

Commit cc13a48

Browse files
committed
bump version number
1 parent 9309e1b commit cc13a48

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 = 2.3.1-dev2
2+
current_version = 2.3.1
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?

aiida_kkr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
AiiDA KKR
33
"""
44

5-
__version__ = '2.3.1-dev2'
5+
__version__ = '2.3.1'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "aiida-kkr"
7-
version = "2.3.1-dev2"
7+
version = "2.3.1"
88
description = "AiiDA plugin for the JuKKR codes"
99
classifiers = [
1010
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)