https://github.com/adc-connect/adcc
Raw File
Tip revision: 71fd4b0ec6d02889c89eb74cefc73421ce65a33c authored by Michael F. Herbst on 05 April 2019, 19:18:31 UTC
Bump version: 0.7.1 → 0.8.0
Tip revision: 71fd4b0
setup.cfg
[bumpversion]
current_version = 0.8.0
commit = True
tag = True

[bumpversion:file:adcc/__init__.py]

[bumpversion:file:setup.py]

[flake8]
ignore = E241,E266,W504
max-line-length = 80

[aliases]
test = pytest

[tool:pytest]
addopts = --verbose
filterwarnings = 
	ignore:Using or importing the ABCs from:DeprecationWarning
	ignore:np.asscalar\(a\) is deprecated:DeprecationWarning
	ignore:time.clock has been deprecated:DeprecationWarning

back to top