Skip to content

Commit

Permalink
Bump version: 0.14.0 → 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxscheurer committed Mar 3, 2020
1 parent 32bf263 commit 734084b
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -61,7 +61,7 @@
"cvs_adc0", "cvs_adc1", "cvs_adc2", "cvs_adc2x", "cvs_adc3",
"banner"]

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

Expand Down Expand Up @@ -27,3 +27,4 @@ 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.0"
__version__ = "0.14.1"
adccore_version = ("0.13.7", "") # (base version, unstable postfix)


Expand Down

0 comments on commit 734084b

Please sign in to comment.