diff --git a/adcc/__init__.py b/adcc/__init__.py index 7a0b5075..c6f7ff8e 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.13" +__version__ = "0.15.14" __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 126d0a12..84c6b938 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.15.13 +current_version = 0.15.14 commit = True tag = True diff --git a/setup.py b/setup.py index 91e3b167..347763bb 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.13", + version="0.15.14", classifiers=[ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",