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 c8e5f19 commit c41b05eCopy full SHA for c41b05e
libs/python/agent/.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.7.31
+current_version = 0.7.32
3
commit = True
4
tag = True
5
tag_name = agent-v{new_version}
libs/python/agent/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "pdm.backend"
[project]
6
name = "cua-agent"
7
-version = "0.7.31"
+version = "0.7.32"
8
description = "Cua (Computer Use) Agent for AI-driven computer interaction"
9
readme = "README.md"
10
authors = [
0 commit comments