Bump cua-computer-server to v0.1.2

This commit is contained in:
Your Name
2025-10-10 21:33:47 +00:00
parent 2ff4030709
commit 7cb6857ff8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.1.2
commit = True
tag = True
message = Bump cua-computer-server to v{new_version}

View File

@@ -4,7 +4,7 @@ build-backend = "pdm.backend"
[project]
name = "cua-computer-server"
version = "0.1.1"
version = "0.1.2"
description = "Server component for the Computer-Use Interface (CUI) framework powering Cua"
authors = [
{ name = "TryCua", email = "gh@trycua.com" }