Skip to content

Commit 25d292a

Browse files
authored
docs: Bump version to v1.0.2a1 (#274)
1 parent 4faaa19 commit 25d292a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cookbook/_templates/version-switch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</style>
5555

5656
<script>
57-
const VERSIONS = ["preview", "v1.0.0", "v0.2.0"];
57+
const VERSIONS = ["preview", "v1.0.1", "v1.0.0", "v0.2.0"];
5858
const VERSION_PATTERN = /^\/(v\d+\.\d+\.\d+)\//;
5959

6060
function populateVersionMenu() {

cookbook/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Multiple versions to build
4-
VERSIONS=("preview" "v1.0.0" "v0.2.0")
4+
VERSIONS=("preview" "v1.0.1" "v1.0.0" "v0.2.0")
55
OUTPUT_DIR="_build"
66

77
# ANSI color codes for better display

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agentscope-runtime"
3-
version = "1.0.1"
3+
version = "1.0.2a1"
44
description = "A production-ready runtime framework for agent applications, providing secure sandboxed execution environments and scalable deployment solutions with multi-framework support."
55
readme = "README.md"
66
requires-python = ">=3.10"

src/agentscope_runtime/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "v1.0.1"
2+
__version__ = "v1.0.2a1"

0 commit comments

Comments
 (0)