diff --git a/sgl-model-gateway/Cargo.toml b/sgl-model-gateway/Cargo.toml index 86a23c4ce..36b0684da 100644 --- a/sgl-model-gateway/Cargo.toml +++ b/sgl-model-gateway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sgl-model-gateway" -version = "0.3.1" +version = "0.3.2" edition = "2021" [features] diff --git a/sgl-model-gateway/bindings/golang/Cargo.toml b/sgl-model-gateway/bindings/golang/Cargo.toml index fd2a4df6e..a5fc73293 100644 --- a/sgl-model-gateway/bindings/golang/Cargo.toml +++ b/sgl-model-gateway/bindings/golang/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sgl-model-gateway-golang" -version = "0.3.1" +version = "0.3.2" edition = "2021" [lib] diff --git a/sgl-model-gateway/bindings/python/Cargo.toml b/sgl-model-gateway/bindings/python/Cargo.toml index 6e27ba047..18a8368bd 100644 --- a/sgl-model-gateway/bindings/python/Cargo.toml +++ b/sgl-model-gateway/bindings/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sgl-model-gateway-python" -version = "0.3.1" +version = "0.3.2" edition = "2021" [lib] diff --git a/sgl-model-gateway/bindings/python/pyproject.toml b/sgl-model-gateway/bindings/python/pyproject.toml index a76b19153..c44b1b96a 100644 --- a/sgl-model-gateway/bindings/python/pyproject.toml +++ b/sgl-model-gateway/bindings/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "sglang-router" -version = "0.3.1" +version = "0.3.2" description = "High-performance Rust-based load balancer for SGLang with multiple routing algorithms and prefill-decode disaggregation support" authors = [ {name = "Simo Lin", email = "linsimo.mark@gmail.com"}, diff --git a/sgl-model-gateway/bindings/python/src/sglang_router/version.py b/sgl-model-gateway/bindings/python/src/sglang_router/version.py index 260c070a8..f9aa3e110 100644 --- a/sgl-model-gateway/bindings/python/src/sglang_router/version.py +++ b/sgl-model-gateway/bindings/python/src/sglang_router/version.py @@ -1 +1 @@ -__version__ = "0.3.1" +__version__ = "0.3.2"