forked from openkylin/flit
15 lines
295 B
INI
15 lines
295 B
INI
|
[bumpversion]
|
||
|
current_version = 3.7.1
|
||
|
commit = True
|
||
|
tag = False
|
||
|
|
||
|
[bumpversion:file:pyproject.toml]
|
||
|
search = flit_core >={current_version}
|
||
|
replace = flit_core >={new_version}
|
||
|
|
||
|
[bumpversion:file:flit/__init__.py]
|
||
|
|
||
|
[bumpversion:file:flit_core/flit_core/__init__.py]
|
||
|
|
||
|
[bumpversion:file:doc/conf.py]
|