From 0d94f1dd036a046620b9a2e767b21af5e5887cc1 Mon Sep 17 00:00:00 2001 From: Byron Hsu Date: Mon, 11 Nov 2024 14:42:22 -0800 Subject: [PATCH] Bump router to 0.0.3 (#2004) --- rust/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/pyproject.toml b/rust/pyproject.toml index 24108f35c..3161a158b 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.2" +version = "0.0.3" 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"