From 6c728393f3137f529b2898fd9afd690d9ec2761b Mon Sep 17 00:00:00 2001 From: Martin Schlipf Date: Tue, 22 Nov 2022 14:58:51 +0100 Subject: [PATCH] Bump version number (#65) --- pyproject.toml | 2 +- src/py4vasp/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 60b7fa9e..9a783fb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "py4vasp" -version = "0.5.1" +version = "0.6.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 53c62377..7b9e1c4c 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.5.1" +__version__ = "0.6.0" set_error_handling("Minimal")