From 5e95a6cca847c63a36283757f9c0d9792c38b3cd Mon Sep 17 00:00:00 2001 From: Martin Schlipf Date: Mon, 2 Oct 2023 16:27:24 +0200 Subject: [PATCH] prerelease: update version number for workshop (#112) update version number to 0.8.0 for workshop --- core/pyproject.toml | 2 +- pyproject.toml | 2 +- src/py4vasp/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/pyproject.toml b/core/pyproject.toml index 20e48d04..b6fd6154 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "py4vasp-core" -version = "0.7.3" +version = "0.8.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 1ba7c435..8831fe97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "py4vasp" -version = "0.7.3" +version = "0.8.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 1db3d4b2..812a9621 100644 --- a/src/py4vasp/__init__.py +++ b/src/py4vasp/__init__.py @@ -5,5 +5,5 @@ from py4vasp._third_party.graph import plot from py4vasp._third_party.interactive import set_error_handling -__version__ = "0.7.3" +__version__ = "0.8.0" set_error_handling("Minimal")