Skip to content

Commit

Permalink
Bump version: 1.1.5-dev → 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippRue committed Mar 18, 2019
1 parent 2b4d269 commit 11a998b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.5-dev
current_version = 1.1.5
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 @@ -3,4 +3,4 @@
"""

__version__ = "1.1.5-dev"
__version__ = "1.1.5"
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.5-dev"
version = "1.1.5"
description = "AiiDA plugin for the KKR code"
authors = ["Philipp Rüssmann <[email protected]>",
"Jens Bröder <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"Topic :: Scientific/Engineering :: Physics",
"Natural Language :: English"
],
"version": "1.1.5-dev",
"version": "1.1.5",
"reentry_register": true,
"install_requires": [
"aiida-core == 1.0.0a4",
Expand Down

0 comments on commit 11a998b

Please sign in to comment.