From 82af7f540d385afcb194c5704ecabd43b1628188 Mon Sep 17 00:00:00 2001 From: XkunW Date: Thu, 27 Nov 2025 13:53:37 -0500 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae63d9b4..4c1f0272 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vec-inf" -version = "0.7.2" +version = "0.7.3" description = "Efficient LLM inference on Slurm clusters using vLLM." readme = "README.md" authors = [{name = "Marshall Wang", email = "marshall.wang@vectorinstitute.ai"}]