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 bfece9e commit 85e3f0cCopy full SHA for 85e3f0c
libs/python/computer-server/.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.19
+current_version = 0.3.20
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.19"
+version = "0.3.20"
8
9
description = "Server component for the Computer-Use Interface (CUI) framework powering Cua"
10
authors = [
0 commit comments