Skip to content

Commit 16b54b1

Browse files
committed
Update version to 0.0.9
1 parent 9efc9f9 commit 16b54b1

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
@@ -18,7 +18,7 @@
1818

1919
from typing import TYPE_CHECKING
2020

21-
__version__ = "0.0.8"
21+
__version__ = "0.0.9"
2222

2323
# Agent Runtime
2424
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.8"
3+
version = "0.0.9"
44
description = "Alibaba Cloud Agent Run SDK"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -102,7 +102,7 @@ known_third_party = ["alibabacloud_tea_openapi", "alibabacloud_devs20230714", "a
102102
sections = ["FUTURE", "STDLIB", "THIRDPARTY", "FIRSTPARTY", "LOCALFOLDER"]
103103

104104
[tool.mypy]
105-
python_version = "3.10"
105+
python_version = "0.0.9"
106106
exclude = "tests/"
107107
plugins = ["pydantic.mypy"]
108108
# Start with non-strict mode, and switch to strict mode later.

0 commit comments

Comments
 (0)