From a866b65e1d7b1a0284bb8e3ab967d94134d7d748 Mon Sep 17 00:00:00 2001 From: Byron Hsu Date: Sun, 24 Nov 2024 23:17:38 -0800 Subject: [PATCH] Bump rust router to 0.0.8 --- rust/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/pyproject.toml b/rust/pyproject.toml index 5d878a693..92fadb822 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.7" +version = "0.0.8" 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"