Skip to content

Commit 8c1202a

Browse files
committed
Bump version: 0.13.3 → 0.13.4
1 parent 8370a53 commit 8c1202a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

adcc/__init__.py

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

64-
__version__ = "0.13.3"
64+
__version__ = "0.13.4"
6565
__license__ = "GPL v3"
6666
__url__ = "https://adc-connect.org"
6767
__authors__ = ["Michael F. Herbst", "Maximilian Scheurer"]

setup.cfg

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

@@ -27,3 +27,4 @@ filterwarnings =
2727
ignore:invalid escape sequence:DeprecationWarning
2828
norecursedirs =
2929
adcc/testdata/adcc-testdata
30+

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.13.3"
51+
__version__ = "0.13.4"
5252
adccore_version = ("0.13.5", "") # (base version, unstable postfix)
5353

5454

0 commit comments

Comments
 (0)