We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7484f6 commit eeda2c0Copy full SHA for eeda2c0
libs/python/computer-server/.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.32
+current_version = 0.3.33
3
commit = True
4
tag = True
5
tag_name = computer-server-v{new_version}
libs/python/computer-server/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "pdm.backend"
[project]
6
name = "cua-computer-server"
7
-version = "0.3.32"
+version = "0.3.33"
8
9
description = "Server component for the Computer-Use Interface (CUI) framework powering Cua"
10
authors = [
0 commit comments