Bump sglang-router to 0.1.1 (#2459)

Signed-off-by: Ata Fatahi <immrata@gmail.com>
This commit is contained in:
Ata Fatahi
2024-12-11 20:40:03 -05:00
committed by GitHub
parent 7791fd9948
commit 6efa9e4a6d
3 changed files with 7 additions and 2 deletions

View File

@@ -1 +1 @@
__version__ = "0.1.0" __version__ = "0.1.1"

View File

@@ -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"

View File

@@ -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`.