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 9309e1b commit cc13a48Copy full SHA for cc13a48
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.3.1-dev2
+current_version = 2.3.1
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
aiida_kkr/__init__.py
@@ -2,4 +2,4 @@
AiiDA KKR
"""
-__version__ = '2.3.1-dev2'
+__version__ = '2.3.1'
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
6
name = "aiida-kkr"
7
-version = "2.3.1-dev2"
+version = "2.3.1"
8
description = "AiiDA plugin for the JuKKR codes"
9
classifiers = [
10
"License :: OSI Approved :: MIT License",
0 commit comments