[router] release router 0.2.1 (#11885)

This commit is contained in:
Simo Lin
2025-10-20 21:08:45 -07:00
committed by GitHub
parent d9a20fd28a
commit 8a801ee38d
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
__version__ = "0.1.9"
__version__ = "0.2.1"

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "sglang-router"
version = "0.2.0"
version = "0.2.1"
description = "High-performance Rust-based load balancer for SGLang with multiple routing algorithms and prefill-decode disaggregation support"
authors = [
{name = "Byron Hsu", email = "byronhsu1230@gmail.com"},