From 25e247a23cfcc06667dd404e79827a56be75c307 Mon Sep 17 00:00:00 2001 From: "Michael F. Herbst" Date: Fri, 13 Mar 2020 19:18:57 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.14.1=20=E2=86=92=200.14.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adcc/__init__.py | 2 +- setup.cfg | 3 +-- setup.py | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/adcc/__init__.py b/adcc/__init__.py index 997fc45b..52df7e15 100644 --- a/adcc/__init__.py +++ b/adcc/__init__.py @@ -61,7 +61,7 @@ "cvs_adc0", "cvs_adc1", "cvs_adc2", "cvs_adc2x", "cvs_adc3", "banner"] -__version__ = "0.14.1" +__version__ = "0.14.2" __license__ = "GPL v3" __url__ = "https://adc-connect.org" __authors__ = ["Michael F. Herbst", "Maximilian Scheurer"] diff --git a/setup.cfg b/setup.cfg index c268b617..54a39620 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.14.1 +current_version = 0.14.2 commit = True tag = True @@ -27,4 +27,3 @@ filterwarnings = ignore:invalid escape sequence:DeprecationWarning norecursedirs = adcc/testdata/adcc-testdata - diff --git a/setup.py b/setup.py index ed7ddd96..a3881bff 100755 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ def finalize_options(self): pass # Version of the python bindings and adcc python package. -__version__ = "0.14.1" +__version__ = "0.14.2" adccore_version = ("0.13.7", "") # (base version, unstable postfix)