From e4ca2edf77884474bb685122efc272a900151509 Mon Sep 17 00:00:00 2001 From: "Michael F. Herbst" Date: Wed, 2 Jun 2021 17:59:17 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.15.8=20=E2=86=92=200.15.9?= 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 27e7b5a2..6b74935a 100644 --- a/adcc/__init__.py +++ b/adcc/__init__.py @@ -62,7 +62,7 @@ "cvs_adc0", "cvs_adc1", "cvs_adc2", "cvs_adc2x", "cvs_adc3", "banner"] -__version__ = "0.15.8" +__version__ = "0.15.9" __license__ = "GPL v3" __url__ = "https://adc-connect.org" __authors__ = ["Michael F. Herbst", "Maximilian Scheurer"] diff --git a/setup.cfg b/setup.cfg index 67a4b1c0..7a9d3bce 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.15.8 +current_version = 0.15.9 commit = True tag = True diff --git a/setup.py b/setup.py index a00779ea..b0ed9696 100755 --- a/setup.py +++ b/setup.py @@ -508,7 +508,7 @@ def read_readme(): "Issues": "https://github.com/adc-connect/adcc/issues", }, # - version="0.15.8", + version="0.15.9", classifiers=[ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",