From cb17e2744599a4dc8d86c0726801c6aa218dd9bd Mon Sep 17 00:00:00 2001 From: Dillon DuPont Date: Wed, 22 Oct 2025 16:22:29 -0700 Subject: [PATCH] Bump cua-agent to v0.4.34 --- 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 e391cbfe..e159e0b3 100644 --- a/libs/python/agent/.bumpversion.cfg +++ b/libs/python/agent/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.33 +current_version = 0.4.34 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 219d51e1..37913555 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.4.33" +version = "0.4.34" description = "CUA (Computer Use) Agent for AI-driven computer interaction" readme = "README.md" authors = [