From 6c2cbc9c242341423f8a080530511f9667a634ba Mon Sep 17 00:00:00 2001 From: Ty Balduf <35307473+TyBalduf@users.noreply.github.com> Date: Fri, 24 Jun 2022 20:19:01 -0400 Subject: [PATCH] Update version tags (#77) --- setup.cfg | 2 +- subprojects/xtb.wrap | 6 +++--- xtb/__init__.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index cc301fc..a7e5209 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = xtb-python -version = 20.1 +version = 20.2 desciption = Python API of the extended tight binding program long_desciption = file: README.rst long_description_content_type = text/x-rst diff --git a/subprojects/xtb.wrap b/subprojects/xtb.wrap index 0825ed7..de003fd 100644 --- a/subprojects/xtb.wrap +++ b/subprojects/xtb.wrap @@ -1,6 +1,6 @@ [wrap-file] directory = xtb -source_url = https://github.com/grimme-lab/xtb/archive/v6.3.0.tar.gz -source_filename = xtb-6.3.0.tar.gz -source_hash = 5ef138ad777c5c7dc011b342427b8696a3e7ed13a4708d10ec82f4ad5e1ba621 +source_url = https://github.com/grimme-lab/xtb/archive/refs/tags/v6.4.1.tar.gz +source_filename = xtb-6.4.1.tar.gz +source_hash = cd7b6ec9b7963012ce71220a70773641f0d9e06e0691750a25b83e823510d1d7 diff --git a/xtb/__init__.py b/xtb/__init__.py index 374b99c..162de55 100644 --- a/xtb/__init__.py +++ b/xtb/__init__.py @@ -19,5 +19,5 @@ # make sure we have a CFFI available import cffi -__version__ = "20.1" +__version__ = "20.2" API_VERSION = "1.0.0"