[model-gateway] release gateway 0.2.4 (#14763)

This commit is contained in:
Simo Lin
2025-12-09 16:34:29 -08:00
committed by GitHub
parent 0c63fb9420
commit 390406c46c
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "sgl-model-gateway-python"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
[lib]
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "sglang-router"
version = "0.2.3"
version = "0.2.4"
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"},
@@ -1 +1 @@
__version__ = "0.2.3"
__version__ = "0.2.4"