From 3c322cdef0c99656ed3226a651acf3f3547c4086 Mon Sep 17 00:00:00 2001 From: warm-wm Date: Tue, 20 Jan 2026 18:00:31 +0800 Subject: [PATCH] release 0.5.10 --- pyproject.toml | 2 +- veadk/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6a7c6254..3e1059ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "veadk-python" -version = "0.5.9" +version = "0.5.10" description = "Volcengine agent development kit, integrations with Volcengine cloud services." readme = "README.md" requires-python = ">=3.10" diff --git a/veadk/version.py b/veadk/version.py index 91d76252..cbe57cda 100644 --- a/veadk/version.py +++ b/veadk/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION = "0.5.9" +VERSION = "0.5.10"