Skip to content

Commit 2f78dc2

Browse files
committed
Update version to 0.0.10
1 parent 52c1e6e commit 2f78dc2

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.9"
21+
__version__ = "0.0.10"
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.9"
3+
version = "0.0.10"
44
description = "Alibaba Cloud Agent Run SDK"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -106,7 +106,7 @@ known_third_party = ["alibabacloud_tea_openapi", "alibabacloud_devs20230714", "a
106106
sections = ["FUTURE", "STDLIB", "THIRDPARTY", "FIRSTPARTY", "LOCALFOLDER"]
107107

108108
[tool.mypy]
109-
python_version = "3.10"
109+
python_version = "0.0.10"
110110
exclude = "tests/"
111111
plugins = ["pydantic.mypy"]
112112
# Start with non-strict mode, and switch to strict mode later.

0 commit comments

Comments
 (0)