Files
computer/libs/python/agent/.bumpversion.cfg
T
github-actions[bot] 6bd304e7ee Bump cua-agent to v0.5.0
2025-11-26 16:41:38 +00:00

11 lines
248 B
INI

[bumpversion]
current_version = 0.5.0
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}"