diff --git a/adcc/__init__.py b/adcc/__init__.py index 95a65a28..a5734580 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.4" +__version__ = "0.15.5" __license__ = "GPL v3" __url__ = "https://adc-connect.org" __authors__ = ["Michael F. Herbst", "Maximilian Scheurer"] diff --git a/setup.cfg b/setup.cfg index 72a307e5..3aa92c25 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.15.4 +current_version = 0.15.5 commit = True tag = True diff --git a/setup.py b/setup.py index 86b9b18b..12199dfe 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.4" +__version__ = "0.15.5" adccore_version = ("0.14.4", "") # (base version, unstable postfix)