From c784cb8a49334e14a9bfe5fc2c594b3e8f359569 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 17 Dec 2025 23:13:49 +0000 Subject: [PATCH] Bump cua-computer-server to v0.2.0 --- libs/python/computer-server/.bumpversion.cfg | 2 +- libs/python/computer-server/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/python/computer-server/.bumpversion.cfg b/libs/python/computer-server/.bumpversion.cfg index 53c66f0a..37135b2c 100644 --- a/libs/python/computer-server/.bumpversion.cfg +++ b/libs/python/computer-server/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.31 +current_version = 0.2.0 commit = True tag = True tag_name = computer-server-v{new_version} diff --git a/libs/python/computer-server/pyproject.toml b/libs/python/computer-server/pyproject.toml index e50f417e..a48f7525 100644 --- a/libs/python/computer-server/pyproject.toml +++ b/libs/python/computer-server/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.backend" [project] name = "cua-computer-server" -version = "0.1.31" +version = "0.2.0" description = "Server component for the Computer-Use Interface (CUI) framework powering Cua" authors = [