From b19f9deeb8cd4bef81af13f7a5cca01949856d35 Mon Sep 17 00:00:00 2001 From: "Jason C. Nucciarone" Date: Mon, 26 Aug 2024 13:54:58 -0400 Subject: [PATCH] feat: version bump and pypi metadata update Signed-off-by: Jason C. Nucciarone --- pyproject.toml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 099b3bf..7b6c760 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,11 +18,14 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "slurmutils" -version = "0.4.0" +version = "0.5.0" description = "Utilities and APIs for interfacing with the Slurm workload manager." -repository = "https://github.com/canonical/slurmutils" -authors = ["Jason C. Nucciarone "] -maintainers = ["Jason C. Nucciarone "] +repository = "https://github.com/charmed-hpc/slurmutils" +authors = ["Jason C. Nucciarone "] +maintainers = [ + "Jason C. Nucciarone ", + "Ubuntu High-Performance Computing " +] license = "LGPL-3.0-only" readme = "README.md" keywords = ["HPC", "administration", "orchestration", "utility"] @@ -41,7 +44,7 @@ classifiers=[ python = ">=3.8" [tool.poetry.urls] -"Bug Tracker" = "https://github.com/canonical/slurmutils/issues" +"Bug Tracker" = "https://github.com/charmed-hpc/slurmutils/issues" # Testing tools configuration [tool.coverage.run]