Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions subprojects/xtb.wrap
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion xtb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
# make sure we have a CFFI available
import cffi

__version__ = "20.1"
__version__ = "20.2"
API_VERSION = "1.0.0"