diff --git a/pyproject.toml b/pyproject.toml index 1b3c2ad8..0ddc1ef5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "py4vasp" -version = "0.7.1" +version = "0.7.2" 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 2e193f9f..1deb511c 100644 --- a/src/py4vasp/__init__.py +++ b/src/py4vasp/__init__.py @@ -4,5 +4,5 @@ from py4vasp._third_party.graph import plot from py4vasp._third_party.interactive import set_error_handling -__version__ = "0.7.1" +__version__ = "0.7.2" set_error_handling("Minimal")