diff --git a/Cargo.lock b/Cargo.lock index 2dd38305..1557d0d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5022,7 +5022,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "vllm_router_rs" -version = "0.1.15" +version = "0.1.16" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index fbba273f..0191faed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vllm_router_rs" -version = "0.1.15" +version = "0.1.16" edition = "2021" [features] diff --git a/pyproject.toml b/pyproject.toml index c3d6b3b9..d2526b7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "vllm-router" -version = "0.1.15" +version = "0.1.16" description = "High-performance Rust-based load balancer for VLLM with multiple routing algorithms and prefill-decode disaggregation support" authors = [{name = "Byron Hsu", email = "byronhsu1230@gmail.com"}] requires-python = ">=3.8"