From a9e4852ac949c274893490cad6ccd40f7d867992 Mon Sep 17 00:00:00 2001 From: Ata Fatahi Date: Wed, 11 Dec 2024 17:36:35 -0800 Subject: [PATCH] Bump sglang-router version to 0.1.1 Signed-off-by: Ata Fatahi --- rust/py_src/sglang_router/version.py | 2 +- rust/pyproject.toml | 2 +- rust/v0.1.0.md | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/rust/py_src/sglang_router/version.py b/rust/py_src/sglang_router/version.py index 3dc1f76bc69..485f44ac21b 100644 --- a/rust/py_src/sglang_router/version.py +++ b/rust/py_src/sglang_router/version.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.1.1" diff --git a/rust/pyproject.toml b/rust/pyproject.toml index 34f0084c29d..20096b6b491 100644 --- a/rust/pyproject.toml +++ b/rust/pyproject.toml @@ -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" diff --git a/rust/v0.1.0.md b/rust/v0.1.0.md index b1a63f49bb5..9a1ee152f11 100644 --- a/rust/v0.1.0.md +++ b/rust/v0.1.0.md @@ -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`.