Bump sglang-router to 0.1.1 (#2459)
Signed-off-by: Ata Fatahi <immrata@gmail.com>
This commit is contained in:
@@ -1 +1 @@
|
|||||||
__version__ = "0.1.0"
|
__version__ = "0.1.1"
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "sglang-router"
|
name = "sglang-router"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
description = "SGLang router is a standalone module implemented in Rust to achieve data parallelism across SGLang instances."
|
description = "SGLang router is a standalone module implemented in Rust to achieve data parallelism across SGLang instances."
|
||||||
authors = [{name = "Byron Hsu", email = "byronhsu1230@gmail.com"}]
|
authors = [{name = "Byron Hsu", email = "byronhsu1230@gmail.com"}]
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
|
|||||||
@@ -56,3 +56,8 @@ Note:
|
|||||||
|
|
||||||
1. Please read the full usage at https://sgl-project.github.io/router/router.html
|
1. Please read the full usage at https://sgl-project.github.io/router/router.html
|
||||||
2. The feature is still under active improvement, so please don't hesitate to raise issues or submit PRs if you have any suggestions or feedback.
|
2. The feature is still under active improvement, so please don't hesitate to raise issues or submit PRs if you have any suggestions or feedback.
|
||||||
|
|
||||||
|
|
||||||
|
# Release Instructions
|
||||||
|
|
||||||
|
Update the version in `rust/pyproject.toml` and `py_src/sglang_router/version.py`.
|
||||||
|
|||||||
Reference in New Issue
Block a user