Merge pull request #463 from trycua/b2v

Add bump2version configuration for all Python packages
This commit is contained in:
James Murdza
2025-10-14 17:13:27 -07:00
committed by GitHub
15 changed files with 309 additions and 5 deletions
+10
View File
@@ -0,0 +1,10 @@
[bumpversion]
current_version = 0.4.7
commit = True
tag = True
tag_name = computer-v{new_version}
message = Bump cua-computer to v{new_version}
[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
replace = version = "{new_version}"