[model-gateway] release 0.3.1 (#16254)

This commit is contained in:
Simo Lin
2026-01-08 17:49:37 -08:00
committed by GitHub
parent f7f5c3896d
commit 7460240737
5 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "sgl-model-gateway"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
[features]

View File

@@ -1,6 +1,6 @@
[package]
name = "sgl-model-gateway-golang"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
[lib]

View File

@@ -1,6 +1,6 @@
[package]
name = "sgl-model-gateway-python"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
[lib]

View File

@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "sglang-router"
version = "0.3.0"
version = "0.3.1"
description = "High-performance Rust-based load balancer for SGLang with multiple routing algorithms and prefill-decode disaggregation support"
authors = [
{name = "Simo Lin", email = "linsimo.mark@gmail.com"},

View File

@@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.3.1"