Skip to content

Commit 3ee377f

Browse files
committed
Update version to 0.0.7
1 parent cc43b23 commit 3ee377f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

agentrun/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- Integration: 框架集成 / Framework integration
1717
"""
1818

19-
__version__ = "0.0.6"
19+
__version__ = "0.0.7"
2020

2121
# Agent Runtime
2222
from agentrun.agent_runtime import (

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agentrun-sdk"
3-
version = "0.0.6"
3+
version = "0.0.7"
44
description = "Alibaba Cloud Agent Run SDK"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -100,7 +100,7 @@ known_third_party = ["alibabacloud_tea_openapi", "alibabacloud_devs20230714", "a
100100
sections = ["FUTURE", "STDLIB", "THIRDPARTY", "FIRSTPARTY", "LOCALFOLDER"]
101101

102102
[tool.mypy]
103-
python_version = "0.0.6"
103+
python_version = "0.0.7"
104104
exclude = "tests/"
105105
plugins = ["pydantic.mypy"]
106106
# Start with non-strict mode, and switch to strict mode later.

0 commit comments

Comments
 (0)