Files
computer/libs/python/agent/.bumpversion.cfg
2025-10-22 16:22:33 -07:00

11 lines
249 B
INI

[bumpversion]
current_version = 0.4.35
commit = True
tag = True
tag_name = agent-v{new_version}
message = Bump cua-agent to v{new_version}
[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
replace = version = "{new_version}"