Skip to content

Commit 18064dc

Browse files
committed
Update version to 0.0.12
1 parent d762343 commit 18064dc

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

106106
[tool.mypy]
107-
python_version = "0.0.11"
107+
python_version = "0.0.12"
108108
exclude = "tests/"
109109
plugins = ["pydantic.mypy"]
110110
# Start with non-strict mode, and switch to strict mode later.

0 commit comments

Comments
 (0)