From 655bc0227ebe97323b3e2cd03c4d4e8a41d48aed Mon Sep 17 00:00:00 2001 From: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> Date: Mon, 9 Dec 2019 09:50:53 +0100 Subject: [PATCH] bump version to 6.2.2 (#71) --- meson.build | 2 +- python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index b84aacb42..d81cb6cd1 100644 --- a/meson.build +++ b/meson.build @@ -18,7 +18,7 @@ # extended tight binding program package project('xtb', 'fortran', 'c', 'cpp', - version: '6.2.1', + version: '6.2.2', license: 'LGPL3', meson_version: '>=0.49') diff --git a/python/setup.py b/python/setup.py index 09249cef5..4a23f1a28 100644 --- a/python/setup.py +++ b/python/setup.py @@ -21,7 +21,7 @@ long_description = fh.read() setup(name="xtb", - version="6.2.1", + version="6.2.2", author="Sebastian Ehlert", author_email="ehlert@thch.uni-bonn.de", description="Wrapper for the extended tight binding program",