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 cb8f7de commit b08343cCopy full SHA for b08343c
libs/python/computer-server/.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.24
+current_version = 0.1.25
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.24"
+version = "0.1.25"
8
9
description = "Server component for the Computer-Use Interface (CUI) framework powering Cua"
10
authors = [
0 commit comments