Skip to content

Commit

Permalink
feat: version bump and pypi metadata update
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Nucciarone <[email protected]>
  • Loading branch information
NucciTheBoss committed Aug 26, 2024
1 parent 82d9ed4 commit b19f9de
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
maintainers = ["Jason C. Nucciarone <[email protected]>"]
repository = "https://github.com/charmed-hpc/slurmutils"
authors = ["Jason C. Nucciarone <[email protected]>"]
maintainers = [
"Jason C. Nucciarone <[email protected]>",
"Ubuntu High-Performance Computing <[email protected]>"
]
license = "LGPL-3.0-only"
readme = "README.md"
keywords = ["HPC", "administration", "orchestration", "utility"]
Expand All @@ -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]
Expand Down

0 comments on commit b19f9de

Please sign in to comment.