We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c7b0e commit bbd6b87Copy full SHA for bbd6b87
agentrun/__init__.py
@@ -18,7 +18,7 @@
18
19
from typing import TYPE_CHECKING
20
21
-__version__ = "0.0.15"
+__version__ = "0.0.16"
22
23
# Agent Runtime
24
from agentrun.agent_runtime import (
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "agentrun-sdk"
3
-version = "0.0.15"
+version = "0.0.16"
4
description = "Alibaba Cloud Agent Run SDK"
5
readme = "README.md"
6
requires-python = ">=3.10"
0 commit comments