From 6d9fddea13efcc070184062061c7db4cb27068b9 Mon Sep 17 00:00:00 2001 From: Dillon DuPont Date: Wed, 22 Oct 2025 16:22:02 -0700 Subject: [PATCH] Fix cua-agent version for bump-version --- libs/python/agent/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/python/agent/pyproject.toml b/libs/python/agent/pyproject.toml index 37913555..753b933c 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.34" +version = "0.4.32" description = "CUA (Computer Use) Agent for AI-driven computer interaction" readme = "README.md" authors = [