Skip to content

Commit bc91e9e

Browse files
committed
Bump version: 0.14.3 → 0.15.0
1 parent 56b74a9 commit bc91e9e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

adcc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"cvs_adc0", "cvs_adc1", "cvs_adc2", "cvs_adc2x", "cvs_adc3",
6464
"banner"]
6565

66-
__version__ = "0.14.3"
66+
__version__ = "0.15.0"
6767
__license__ = "GPL v3"
6868
__url__ = "https://adc-connect.org"
6969
__authors__ = ["Michael F. Herbst", "Maximilian Scheurer"]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.14.3
2+
current_version = 0.15.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def finalize_options(self):
4848
pass
4949

5050
# Version of the python bindings and adcc python package.
51-
__version__ = "0.14.3"
51+
__version__ = "0.15.0"
5252
adccore_version = ("0.14.2", "") # (base version, unstable postfix)
5353

5454

0 commit comments

Comments
 (0)