mirror of
https://github.com/trycua/lume.git
synced 2026-01-06 04:20:03 -06:00
Merge pull request #463 from trycua/b2v
Add bump2version configuration for all Python packages
This commit is contained in:
10
libs/python/mcp-server/.bumpversion.cfg
Normal file
10
libs/python/mcp-server/.bumpversion.cfg
Normal file
@@ -0,0 +1,10 @@
|
||||
[bumpversion]
|
||||
current_version = 0.1.13
|
||||
commit = True
|
||||
tag = True
|
||||
tag_name = mcp-server-v{new_version}
|
||||
message = Bump cua-mcp-server to v{new_version}
|
||||
|
||||
[bumpversion:file:pyproject.toml]
|
||||
search = version = "{current_version}"
|
||||
replace = version = "{new_version}"
|
||||
@@ -7,7 +7,7 @@ name = "cua-mcp-server"
|
||||
description = "MCP Server for Computer-Use Agent (CUA)"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
version = "0.1.0"
|
||||
version = "0.1.13"
|
||||
authors = [
|
||||
{name = "TryCua", email = "gh@trycua.com"}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user