Skip to content

Commit

Permalink
Fix aiida-testing version to specific commit
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippRue committed Jul 21, 2022
1 parent 42691a2 commit c3df472
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.11
current_version = 1.1.11.post0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Expand Down
2 changes: 1 addition & 1 deletion aiida_kkr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
AiiDA KKR
"""

__version__ = '1.1.11'
__version__ = '1.1.11.post0'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"Jens Bröder <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": [
Expand Down

0 comments on commit c3df472

Please sign in to comment.