From 505d7f71a6d8f59459506ef9e2dffe5524088539 Mon Sep 17 00:00:00 2001 From: Byron Hsu Date: Sat, 23 Nov 2024 08:35:46 -0800 Subject: [PATCH] Bump sglang-router to 0.0.5 (#2142) --- rust/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/pyproject.toml b/rust/pyproject.toml index f5f6656ef..9277bd6af 100644 --- a/rust/pyproject.toml +++ b/rust/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sglang-router" -version = "0.0.4" +version = "0.0.5" 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"