From a5e603ab38fce935e4249493cef972f7965a54fb Mon Sep 17 00:00:00 2001 From: "McCarthy, Samuel (ITS Product Mgmt)" <s.mccarthy@surrey.ac.uk> Date: Tue, 10 Sep 2024 16:09:11 +0000 Subject: [PATCH] Update file pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 53216a9..fcb3027 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "slurm-gpustat" -version = "0.0.16" +version = "0.0.17" description = "A simple SLURM gpu summary tool" readme = "README.md" requires-python = ">=3.6" -- GitLab