pypi-list/setup.cfg
Waylon Walker 01101bcb02
Some checks failed
Deploy pypi-list / build (push) Failing after 3m36s
Bump version: 0.3.0 → 0.4.0
2021-06-25 08:32:15 -05:00

15 lines
269 B
INI

[bumpversion]
current_version = 0.4.0
commit = True
tag = True
[bumpversion:file:setup.py]
[bumpversion:file:pyproject.toml]
[bumpversion:file:pypi_list/__init__.py]
[flake8]
ignore = E203, E266, E501, W503, E231, F541
max-line-length = 88
select = B,C,E,F,W,T4,B9