From 4b5a8681d02ef68f9ac253a8ea362426154d52a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 18 Nov 2025 22:56:53 +0000 Subject: [PATCH] Bump cua-agent to v0.4.44 --- 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 66fb502e..30dbb58a 100644 --- a/libs/python/agent/.bumpversion.cfg +++ b/libs/python/agent/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.43 +current_version = 0.4.44 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 03ff5add..835e2be7 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.43" +version = "0.4.44" description = "CUA (Computer Use) Agent for AI-driven computer interaction" readme = "README.md" authors = [