Skip to content

Commit a7e906b

Browse files
committed
Update version to 0.0.11
1 parent e9b01f3 commit a7e906b

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

105105
[tool.mypy]
106-
python_version = "0.0.10"
106+
python_version = "0.0.11"
107107
exclude = "tests/"
108108
plugins = ["pydantic.mypy"]
109109
# Start with non-strict mode, and switch to strict mode later.

0 commit comments

Comments
 (0)