We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af37363 commit 172c71aCopy full SHA for 172c71a
sgl-router/py_src/sglang_router/version.py
@@ -1 +1 @@
1
-__version__ = "0.2.2"
+__version__ = "0.2.3"
sgl-router/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "maturin"
4
5
[project]
6
name = "sglang-router"
7
-version = "0.2.2"
+version = "0.2.3"
8
description = "High-performance Rust-based load balancer for SGLang with multiple routing algorithms and prefill-decode disaggregation support"
9
authors = [
10
{name = "Byron Hsu", email = "byronhsu1230@gmail.com"},
0 commit comments