diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e4bd3bc2..40e0076b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.3-dev +current_version = 1.1.3 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))? diff --git a/aiida_kkr/__init__.py b/aiida_kkr/__init__.py index 90df5946..c2134fb2 100644 --- a/aiida_kkr/__init__.py +++ b/aiida_kkr/__init__.py @@ -3,4 +3,4 @@ """ -__version__ = "1.1.3-dev" +__version__ = "1.1.3" diff --git a/pyproject.toml b/pyproject.toml index 141e433e..5f4144d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [tool.poetry] name = "aiida-kkr" -version = "1.1.3-dev" +version = "1.1.3" description = "AiiDA plugin for the KKR code" authors = ["Philipp Rüssmann ", "Jens Bröder ", diff --git a/setup.json b/setup.json index 0541b643..f5653e24 100644 --- a/setup.json +++ b/setup.json @@ -14,7 +14,7 @@ "Topic :: Scientific/Engineering :: Physics", "Natural Language :: English" ], - "version": "1.1.3-dev", + "version": "1.1.3", "reentry_register": true, "install_requires": [ "aiida-core == 1.0.0a4",