Skip to content

Commit

Permalink
Bump version: 0.14.1 → 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mfherbst committed Mar 13, 2020
1 parent 3282e8f commit 25e247a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion adcc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"cvs_adc0", "cvs_adc1", "cvs_adc2", "cvs_adc2x", "cvs_adc3",
"banner"]

__version__ = "0.14.1"
__version__ = "0.14.2"
__license__ = "GPL v3"
__url__ = "https://adc-connect.org"
__authors__ = ["Michael F. Herbst", "Maximilian Scheurer"]
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.14.1
current_version = 0.14.2
commit = True
tag = True

Expand Down Expand Up @@ -27,4 +27,3 @@ filterwarnings =
ignore:invalid escape sequence:DeprecationWarning
norecursedirs =
adcc/testdata/adcc-testdata

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def finalize_options(self):
pass

# Version of the python bindings and adcc python package.
__version__ = "0.14.1"
__version__ = "0.14.2"
adccore_version = ("0.13.7", "") # (base version, unstable postfix)


Expand Down

0 comments on commit 25e247a

Please sign in to comment.