Skip to content

Commit bbd6b87

Browse files
committed
Update version to 0.0.16
1 parent a8c7b0e commit bbd6b87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

agentrun/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
from typing import TYPE_CHECKING
2020

21-
__version__ = "0.0.15"
21+
__version__ = "0.0.16"
2222

2323
# Agent Runtime
2424
from agentrun.agent_runtime import (

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agentrun-sdk"
3-
version = "0.0.15"
3+
version = "0.0.16"
44
description = "Alibaba Cloud Agent Run SDK"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)