From f168f6798e90ac1c186c4bc8ef22ccd40b8d1284 Mon Sep 17 00:00:00 2001 From: "Jason C. Nucciarone" Date: Tue, 3 Dec 2024 10:11:11 -0500 Subject: [PATCH] chore(release): bump slurmutils to 0.9.0 New release adds the `acctgatherconfig` editor for managing `acct_gather.conf` configuration files on Slurm clusters. 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 e5569dc..e777aab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "slurmutils" -version = "0.8.3" +version = "0.9.0" description = "Utilities and APIs for interfacing with the Slurm workload manager." repository = "https://github.com/charmed-hpc/slurmutils" authors = ["Jason C. Nucciarone "]