https://github.com/mikgroup/sigpy
Raw File
Tip revision: bfd564bc9942f06dab6288923a2f9e7516237bdd authored by Jonathan Martin on 16 October 2023, 22:09:11 UTC
bump version 0.1.25 -> 0.1.26
Tip revision: bfd564b
setup.cfg
[bumpversion]
current_version = 0.1.25
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