Unverified Commit 6efa9e4a authored by Ata Fatahi's avatar Ata Fatahi Committed by GitHub
Browse files

Bump sglang-router to 0.1.1 (#2459)


Signed-off-by: default avatarAta Fatahi <immrata@gmail.com>
parent 7791fd99
__version__ = "0.1.0"
__version__ = "0.1.1"
......@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
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."
authors = [{name = "Byron Hsu", email = "byronhsu1230@gmail.com"}]
requires-python = ">=3.8"
......
......@@ -56,3 +56,8 @@ Note:
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.
# Release Instructions
Update the version in `rust/pyproject.toml` and `py_src/sglang_router/version.py`.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment