Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
500b15c9
Unverified
Commit
500b15c9
authored
Aug 07, 2025
by
Simo Lin
Committed by
GitHub
Aug 07, 2025
Browse files
[router] upgrade router version to 0.1.9 (#8844)
parent
16a4c66d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sgl-router/py_src/sglang_router/version.py
sgl-router/py_src/sglang_router/version.py
+1
-1
sgl-router/pyproject.toml
sgl-router/pyproject.toml
+1
-1
No files found.
sgl-router/py_src/sglang_router/version.py
View file @
500b15c9
__version__
=
"0.1.
8
"
__version__
=
"0.1.
9
"
sgl-router/pyproject.toml
View file @
500b15c9
...
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
...
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
[project]
name
=
"sglang-router"
name
=
"sglang-router"
version
=
"0.1.
8
"
version
=
"0.1.
9
"
description
=
"High-performance Rust-based load balancer for SGLang with multiple routing algorithms and prefill-decode disaggregation support"
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"
}
]
authors
=
[
{name
=
"Byron Hsu"
,
email
=
"byronhsu1230@gmail.com"
}
]
requires-python
=
">=3.8"
requires-python
=
">=3.8"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment