[router] 0.2.2 release (#12399)

This commit is contained in:
Simo Lin
2025-10-30 14:40:13 -07:00
committed by GitHub
parent 96ac24c09e
commit 6237754842
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
__version__ = "0.2.1"
__version__ = "0.2.2"
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "sglang-router"
version = "0.2.1"
version = "0.2.2"
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"},