https://github.com/mikgroup/sigpy
Raw File
Tip revision: 63348600f1dc8fb361e112d0be6fa14d69bac22c authored by Frank Ong on 04 March 2019, 00:44:51 UTC
Bump version: 0.1.0 → 0.1.0
Tip revision: 6334860
setup.cfg
[bumpversion]
current_version = 0.1.0
commit = True
tag = True

[flake8]
exclude = .eggs,*.egg,.asv,doc,.git
ignore = E121,E123,E126,E129,E226,E24,E704,E741,W503,W504

back to top