Skip to content

Commit a91ffd7

Browse files
authored
[Version] Bump version to v0.3.0b1 (#184)
1 parent bb5c9c2 commit a91ffd7

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", "v0.1.6", "v0.1.5", "v0.1.4"];
57+
const VERSIONS = ["preview", "v0.2.0", "v0.1.6", "v0.1.5", "v0.1.4"];
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" "v0.1.4" "v0.1.5" "v0.1.6")
4+
VERSIONS=("preview" "v0.1.4" "v0.1.5" "v0.1.6" "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 = "0.2.0"
3+
version = "0.3.0b1"
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__ = "v0.2.0"
2+
__version__ = "v0.3.0b1"

0 commit comments

Comments
 (0)