From 6b1efc240395c95daa98b915073d42cf582b4011 Mon Sep 17 00:00:00 2001 From: "Michael F. Herbst" Date: Thu, 18 Jun 2020 19:27:02 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.15.0=20=E2=86=92=200.15.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adcc/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/adcc/__init__.py b/adcc/__init__.py index 89295e0c..5855edb8 100644 --- a/adcc/__init__.py +++ b/adcc/__init__.py @@ -63,7 +63,7 @@ "cvs_adc0", "cvs_adc1", "cvs_adc2", "cvs_adc2x", "cvs_adc3", "banner"] -__version__ = "0.15.0" +__version__ = "0.15.1" __license__ = "GPL v3" __url__ = "https://adc-connect.org" __authors__ = ["Michael F. Herbst", "Maximilian Scheurer"] diff --git a/setup.cfg b/setup.cfg index 44a98c29..0983b436 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.15.0 +current_version = 0.15.1 commit = True tag = True diff --git a/setup.py b/setup.py index ab8d1ba6..5985dacf 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.15.0" +__version__ = "0.15.1" adccore_version = ("0.14.3", "") # (base version, unstable postfix)