Skip to content

Commit

Permalink
Bump version: 0.13.1 → 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mfherbst committed Nov 12, 2019
1 parent 9a8ac00 commit 6c94943
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion adcc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"cvs_adc0", "cvs_adc1", "cvs_adc2", "cvs_adc2x", "cvs_adc3"
"banner"]

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

Expand All @@ -10,7 +10,7 @@ tag = True
[flake8]
ignore = E241,E266,W503
max-line-length = 82
per-file-ignores =
per-file-ignores =
examples/water/data.py:E131,E126,E222,E121,E123,E501
adccore/**:W,E,F
adcc/testdata/adcc-testdata/**:E501
Expand All @@ -24,5 +24,6 @@ filterwarnings =
ignore:Using or importing the ABCs from:DeprecationWarning
ignore:np.asscalar\(a\) is deprecated:DeprecationWarning
ignore:time.clock has been deprecated:DeprecationWarning
norecursedirs=
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.13.1"
__version__ = "0.13.2"
adccore_version = ("0.13.4", "") # (base version, unstable postfix)


Expand Down

0 comments on commit 6c94943

Please sign in to comment.