From 5bdf17b92d13f478cd29445fdc85635a82d9ca41 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 23 Dec 2025 09:30:00 +0000 Subject: [PATCH] Bump cua-computer to v0.5.1 --- libs/python/computer/.bumpversion.cfg | 2 +- libs/python/computer/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/python/computer/.bumpversion.cfg b/libs/python/computer/.bumpversion.cfg index 8f8365a2..ca3e74bf 100644 --- a/libs/python/computer/.bumpversion.cfg +++ b/libs/python/computer/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.5.1 commit = True tag = True tag_name = computer-v{new_version} diff --git a/libs/python/computer/pyproject.toml b/libs/python/computer/pyproject.toml index 3744e8ef..11842101 100644 --- a/libs/python/computer/pyproject.toml +++ b/libs/python/computer/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.backend" [project] name = "cua-computer" -version = "0.5.0" +version = "0.5.1" description = "Computer-Use Interface (CUI) framework powering Cua" readme = "README.md" authors = [