From c3df472cddc2451b748cbb17ddadd2475ca1903f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20R=C3=BC=C3=9Fmann?= Date: Thu, 21 Jul 2022 13:49:39 +0000 Subject: [PATCH] Fix aiida-testing version to specific commit --- .bumpversion.cfg | 2 +- aiida_kkr/__init__.py | 2 +- pyproject.toml | 2 +- setup.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f83c37d4..671429a7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.11 +current_version = 1.1.11.post0 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 3850ae94..50f710ee 100644 --- a/aiida_kkr/__init__.py +++ b/aiida_kkr/__init__.py @@ -2,4 +2,4 @@ AiiDA KKR """ -__version__ = '1.1.11' +__version__ = '1.1.11.post0' diff --git a/pyproject.toml b/pyproject.toml index b01a14c2..03d2ce5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [tool.poetry] name = "aiida-kkr" -version = "1.1.11" +version = "1.1.11.post0" description = "AiiDA plugin for the KKR code" authors = ["Philipp Rüssmann ", "Jens Bröder ", diff --git a/setup.json b/setup.json index 61d987c1..8f1cb5a4 100644 --- a/setup.json +++ b/setup.json @@ -20,7 +20,7 @@ "Natural Language :: English", "Framework :: AiiDA" ], - "version": "1.1.11", + "version": "1.1.11.post0", "reentry_register": true, "install_requires": [ "aiida-core >= 1.0.0b6,<3.0.0", @@ -43,7 +43,7 @@ "pytest-mpl >= 0.10", "pytest-timeout >= 1.3.3", "pytest-regressions >= 1.0", - "aiida-testing @ git+https://github.com/JuDFTteam/aiida-testing.git@export_cache", + "aiida-testing @ git+https://github.com/JuDFTteam/aiida-testing.git@4ddb0e48a8a720e8fca5f8d09576c5aff8c36dbf", "MarkupSafe < 2.1.0" ], "docs": [