From 92d1253e5802c75cb892b0eb5172b604ce6f60e9 Mon Sep 17 00:00:00 2001 From: Byron Hsu Date: Wed, 27 Nov 2024 11:23:32 -0800 Subject: [PATCH] Bump sglang-router to 0.0.10 for env name change (#2226) --- rust/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/pyproject.toml b/rust/pyproject.toml index ba3c6d33b..35b1dc7d4 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.9" +version = "0.0.10" 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"