From 5b37015fd29a36f683b9ef24ef0ea38efd4e96c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 30 Nov 2025 04:58:08 +0000 Subject: [PATCH] Bump cua-agent to v0.5.1 --- libs/python/agent/.bumpversion.cfg | 2 +- libs/python/agent/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/python/agent/.bumpversion.cfg b/libs/python/agent/.bumpversion.cfg index 339b9ba6..eec12a57 100644 --- a/libs/python/agent/.bumpversion.cfg +++ b/libs/python/agent/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.5.1 commit = True tag = True tag_name = agent-v{new_version} diff --git a/libs/python/agent/pyproject.toml b/libs/python/agent/pyproject.toml index a8d84b05..8e187716 100644 --- a/libs/python/agent/pyproject.toml +++ b/libs/python/agent/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.backend" [project] name = "cua-agent" -version = "0.5.0" +version = "0.5.1" description = "CUA (Computer Use) Agent for AI-driven computer interaction" readme = "README.md" authors = [