mirror of
https://github.com/Minidoracat/mcp-feedback-enhanced.git
synced 2025-07-27 02:22:26 +08:00
14 lines
407 B
INI
14 lines
407 B
INI
![]() |
[bumpversion]
|
||
|
current_version = 2.0.0
|
||
|
commit = False
|
||
|
tag = False
|
||
|
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
|
||
|
serialize = {major}.{minor}.{patch}
|
||
|
|
||
|
[bumpversion:file:pyproject.toml]
|
||
|
search = version = "{current_version}"
|
||
|
replace = version = "{new_version}"
|
||
|
|
||
|
[bumpversion:file:src/mcp_feedback_enhanced/__init__.py]
|
||
|
search = __version__ = "{current_version}"
|
||
|
replace = __version__ = "{new_version}"
|