[model-gateway] smg release 0.2.3 (#13312)

This commit is contained in:
Simo Lin
2025-11-14 19:04:20 -08:00
committed by GitHub
parent af373636da
commit 172c71a23d
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
__version__ = "0.2.2"
__version__ = "0.2.3"

View File

@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "sglang-router"
version = "0.2.2"
version = "0.2.3"
description = "High-performance Rust-based load balancer for SGLang with multiple routing algorithms and prefill-decode disaggregation support"
authors = [
{name = "Byron Hsu", email = "byronhsu1230@gmail.com"},