https://github.com/mikgroup/sigpy
Revision 67099ea373385bba1faefb1d92ccee1b240e8cbc authored by Frank Ong on 21 August 2020, 18:09:29 UTC, committed by Frank Ong on 21 August 2020, 18:09:29 UTC
1 parent 4b4cf91
Raw File
Tip revision: 67099ea373385bba1faefb1d92ccee1b240e8cbc authored by Frank Ong on 21 August 2020, 18:09:29 UTC
Bump version: 0.1.19 → 0.1.20
Tip revision: 67099ea
setup.cfg
[bumpversion]
current_version = 0.1.20
commit = True
tag = True

[bumpversion:file:sigpy/version.py]

[bumpversion:file:tests/test_version.py]

[bumpversion:file:conda.recipe/meta.yaml]

[bumpversion:file:docs/conf.py]

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