From e7fe8b3357bcd06198b529d4ba1e0a00f1d93ae8 Mon Sep 17 00:00:00 2001 From: "Jason C. Nucciarone" Date: Tue, 12 Nov 2024 14:53:37 -0500 Subject: [PATCH] chore(release): bump slurmutils to 0.8.1 Signed-off-by: Jason C. Nucciarone --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1b143ef..517277e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "slurmutils" -version = "0.8.0" +version = "0.8.1" description = "Utilities and APIs for interfacing with the Slurm workload manager." repository = "https://github.com/charmed-hpc/slurmutils" authors = ["Jason C. Nucciarone "]