Files
lume/libs/python/agent/.bumpversion.cfg
github-actions[bot] b0390ec648 Bump cua-agent to v0.7.2
2025-12-23 09:30:00 +00:00

11 lines
248 B
INI

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