From 3144c3ab81139f80e22cb39d8f0b2425256c6b5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20R=C3=BC=C3=9Fmann?= <10085427+PhilippRue@users.noreply.github.com> Date: Thu, 21 Nov 2024 12:47:59 +0000 Subject: [PATCH] bump version number to v2.2.1 --- .bumpversion.cfg | 2 +- aiida_kkr/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 66646386..350160f2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.2.0 +current_version = 2.2.1 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 bfb8ab74..fe5a0b49 100644 --- a/aiida_kkr/__init__.py +++ b/aiida_kkr/__init__.py @@ -2,4 +2,4 @@ AiiDA KKR """ -__version__ = '2.2.0' +__version__ = '2.2.1' diff --git a/pyproject.toml b/pyproject.toml index 02f60c4c..46c26a9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "aiida-kkr" -version = "2.2.0" +version = "2.2.1" description = "AiiDA plugin for the JuKKR codes" classifiers = [ "License :: OSI Approved :: MIT License",