fix sglang_router not found (#2005)

This commit is contained in:
Byron Hsu
2024-11-11 15:20:14 -08:00
committed by GitHub
parent f18b9c7252
commit 86c37d010a
4 changed files with 3 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "sglang-router"
version = "0.0.3"
version = "0.0.4"
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"