Skip to content

Commit

Permalink
Bump sglang-router to 0.1.1 (#2459)
Browse files Browse the repository at this point in the history
Signed-off-by: Ata Fatahi <[email protected]>
  • Loading branch information
MrAta authored Dec 12, 2024
1 parent 7791fd9 commit 6efa9e4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/py_src/sglang_router/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"
2 changes: 1 addition & 1 deletion rust/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"}]
requires-python = ">=3.8"
Expand Down
5 changes: 5 additions & 0 deletions rust/v0.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit 6efa9e4

Please sign in to comment.