diff --git a/pyproject.toml b/pyproject.toml index ae63d9b..4c1f027 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"}]