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 fc2a7bb commit 13953e5Copy full SHA for 13953e5
3 files changed
VERSION
@@ -1 +1 @@
1
-1.29.0
+1.29.1
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "venai"
7
-version = "1.29.0"
+version = "1.29.1"
8
description = "VenusAI is a secure and extensible Agent framework built for modern AI applications."
9
readme = "README.md"
10
requires-python = ">=3.10"
venus/__init__.py
@@ -35,4 +35,4 @@
35
"FIX_PROMPT",
36
]
37
38
-__version__ = "1.29.0"
+__version__ = "1.29.1"
0 commit comments