diff --git a/core/pyproject.toml b/core/pyproject.toml index b6fd6154..14ff1116 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -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 ", diff --git a/pyproject.toml b/pyproject.toml index 82380dc2..224222c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", diff --git a/src/py4vasp/__init__.py b/src/py4vasp/__init__.py index 4a5df4df..ec74a95d 100644 --- a/src/py4vasp/__init__.py +++ b/src/py4vasp/__init__.py @@ -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")