Skip to content

Commit

Permalink
Bump version: 0.14.2 → 0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mfherbst committed May 17, 2020
1 parent 29a823e commit 22107cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion adcc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"cvs_adc0", "cvs_adc1", "cvs_adc2", "cvs_adc2x", "cvs_adc3",
"banner"]

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

Expand Down
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.2"
__version__ = "0.14.3"
adccore_version = ("0.13.7", "") # (base version, unstable postfix)


Expand Down

0 comments on commit 22107cf

Please sign in to comment.