We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a4c66 commit 500b15cCopy full SHA for 500b15c
sgl-router/py_src/sglang_router/version.py
@@ -1 +1 @@
1
-__version__ = "0.1.8"
+__version__ = "0.1.9"
sgl-router/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "sglang-router"
7
-version = "0.1.8"
+version = "0.1.9"
8
description = "High-performance Rust-based load balancer for SGLang with multiple routing algorithms and prefill-decode disaggregation support"
9
authors = [{name = "Byron Hsu", email = "byronhsu1230@gmail.com"}]
10
requires-python = ">=3.8"
0 commit comments