Skip to content

Commit 9b5de6c

Browse files
authored
[router] upgade router version to 0.1.6 (#8209)
1 parent 5c8365a commit 9b5de6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sgl-router/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sglang-router"
7-
version = "0.1.5"
8-
description = "SGLang router is a standalone module implemented in Rust to achieve data parallelism across SGLang instances."
7+
version = "0.1.6"
8+
description = "High-performance Rust-based load balancer for SGLang with multiple routing algorithms and prefill-decode disaggregation support"
99
authors = [{name = "Byron Hsu", email = "byronhsu1230@gmail.com"}]
1010
requires-python = ">=3.8"
1111
readme = "README.md"

0 commit comments

Comments
 (0)