From 5fce1798eb0809d10da598032150bfa7b763e4ea Mon Sep 17 00:00:00 2001 From: raykkk Date: Mon, 20 Apr 2026 17:20:57 +0800 Subject: [PATCH] bump version to 1.1.5b1 --- pyproject.toml | 2 +- src/agentscope_runtime/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0a0d63a1a..98e3f51b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "agentscope-runtime" -version = "1.1.4" +version = "1.1.5b1" description = "A production-ready runtime framework for agent applications, providing secure sandboxed execution environments and scalable deployment solutions with multi-framework support." readme = "README.md" requires-python = ">=3.10" diff --git a/src/agentscope_runtime/version.py b/src/agentscope_runtime/version.py index ee2ca8a3a..8c28c45b6 100644 --- a/src/agentscope_runtime/version.py +++ b/src/agentscope_runtime/version.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = "v1.1.4" +__version__ = "v1.1.5b1"