Skip to content

Commit

Permalink
Bump version: 0.2.5-dev → 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippRue committed Mar 13, 2019
1 parent 6cfba70 commit 616880f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = 0.2.5-dev
current_version = 0.2.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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]

[tool.poetry]
name = "masci_tools"
version = "0.2.5-dev"
version = "0.2.5"
description = "Tools for Materials science. Vis contains wrapers of matplotlib functionality to visualalize common material science data. Plus wrapers of visualisation for aiida-fleur workflow nodes"
authors = ["Jens Bröder <j.broeder@fz-juelich.de>",
"Philipp Rüssmann <p.ruessmann@fz-juelich.de>",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
if __name__ == '__main__':
setup(
name='masci_tools',
version='0.2.5-dev',
version='0.2.5',
description='Tools for Materials science. Vis contains wrapers of matplotlib functionality to visualalize common material science data. Plus wrapers of visualisation for aiida-fleur workflow nodes',
url='https://github.com/JuDFTteam/masci-tools',
author='Jens Broeder',
Expand Down

0 comments on commit 616880f

Please sign in to comment.