From 729c5356e3608276499dc843c020fa2bdb40e4b5 Mon Sep 17 00:00:00 2001 From: "Matthew J. Milner" Date: Tue, 26 Nov 2024 18:51:32 +0100 Subject: [PATCH] Bump version for 0.7.0 release --- easyxtb/pyproject.toml | 2 +- easyxtb/src/easyxtb/conf.py | 2 +- plugin.json | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/easyxtb/pyproject.toml b/easyxtb/pyproject.toml index 376a849..59b2a1c 100644 --- a/easyxtb/pyproject.toml +++ b/easyxtb/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "easyxtb" -version = "0.6.0" +version = "0.7.0" description = "A Python API for xtb (and CREST)." readme = "README.md" requires-python = ">=3.10" diff --git a/easyxtb/src/easyxtb/conf.py b/easyxtb/src/easyxtb/conf.py index 8fffa44..cf71cf5 100644 --- a/easyxtb/src/easyxtb/conf.py +++ b/easyxtb/src/easyxtb/conf.py @@ -113,7 +113,7 @@ def save_config(): # Current version of package # Hard code for now, obviously not ideal though -easyxtb_VERSION = "0.6.0" +easyxtb_VERSION = "0.7.0" def update_config(): """Ensure that any config options added in later versions of the package are in diff --git a/plugin.json b/plugin.json index a2ebfce..2b2f094 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "author": "Matthew J. Milner", - "version": "0.6.0", + "version": "0.7.0", "url": "https://github.com/matterhorn103/avo_xtb", "name": "avo_xtb", "description": "Access the power of xtb through the Avogadro interface.", diff --git a/pyproject.toml b/pyproject.toml index 5c964c2..c88e528 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "avo_xtb" -version = "0.6.0" +version = "0.7.0" description = "A convenient interface to xtb (and CREST) in Avogadro 2" readme = "README.md" requires-python = ">=3.10"