Skip to content

Commit

Permalink
Update version to 0.9 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-schlipf authored Mar 25, 2024
1 parent 9ecd0ba commit b02d989
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "py4vasp-core"
version = "0.8.0"
version = "0.9.0"
description = "Tool for assisting with the analysis and setup of VASP calculations."
authors = [
"VASP Software GmbH <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "py4vasp"
version = "0.8.0"
version = "0.9.0"
description = "Tool for assisting with the analysis and setup of VASP calculations."
authors = [
"VASP Software GmbH <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/py4vasp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
from py4vasp._third_party.interactive import set_error_handling
from py4vasp.calculation._class import Calculation

__version__ = "0.8.0"
__version__ = "0.9.0"
set_error_handling("Minimal")

0 comments on commit b02d989

Please sign in to comment.