Bump cua-mcp-server to v0.1.15

This commit is contained in:
github-actions[bot]
2025-10-24 21:38:48 +00:00
parent 3ca8785216
commit 18082298c9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.14
current_version = 0.1.15
commit = True
tag = True
tag_name = mcp-server-v{new_version}

View File

@@ -7,7 +7,7 @@ name = "cua-mcp-server"
description = "MCP Server for Computer-Use Agent (CUA)"
readme = "README.md"
requires-python = ">=3.12"
version = "0.1.14"
version = "0.1.15"
authors = [
{name = "TryCua", email = "gh@trycua.com"}
]