From 2207e4f4878e0fe927e8e75b82459c0ac0ca89b8 Mon Sep 17 00:00:00 2001 From: Maximilian Scheurer Date: Sat, 5 Feb 2022 17:23:39 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.15.12=20=E2=86=92=200.15.13?= 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 e12af5eb..7a0b5075 100644 --- a/adcc/__init__.py +++ b/adcc/__init__.py @@ -66,7 +66,7 @@ "cvs_adc0", "cvs_adc1", "cvs_adc2", "cvs_adc2x", "cvs_adc3", "banner"] -__version__ = "0.15.12" +__version__ = "0.15.13" __license__ = "GPL v3" __url__ = "https://adc-connect.org" __authors__ = ["Michael F. Herbst", "Maximilian Scheurer", "Jonas Leitner"] diff --git a/setup.cfg b/setup.cfg index 249b29ec..126d0a12 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.15.12 +current_version = 0.15.13 commit = True tag = True diff --git a/setup.py b/setup.py index 1f316c04..91e3b167 100755 --- a/setup.py +++ b/setup.py @@ -509,7 +509,7 @@ def read_readme(): "Issues": "https://github.com/adc-connect/adcc/issues", }, # - version="0.15.12", + version="0.15.13", classifiers=[ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",