From 2763c0a73adeafb42b6b38b5bd756e3bbe8d68b1 Mon Sep 17 00:00:00 2001 From: Byron Hsu Date: Tue, 26 Nov 2024 13:30:28 -0800 Subject: [PATCH] Bump router to 0.0.9 with better logging (#2207) --- rust/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/pyproject.toml b/rust/pyproject.toml index 92fadb822..ba3c6d33b 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.8" +version = "0.0.9" 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"