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 1817aa6 commit a9b6815Copy full SHA for a9b6815
libs/python/computer-server/.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.26
+current_version = 0.1.27
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.1.26"
+version = "0.1.27"
8
9
description = "Server component for the Computer-Use Interface (CUI) framework powering Cua"
10
authors = [
0 commit comments