Skip to content

Commit

Permalink
bump pyslurm version to 24.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tazend committed Dec 27, 2024
1 parent 58ed774 commit 7c73660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyslurm.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%define python3_pkgversion 3.11

Name: python-pyslurm
Version: 24.5.0
Version: 24.5.1
%define rel 1
Release: %{rel}%{?dist}
Summary: Python interface to Slurm
Expand Down
2 changes: 1 addition & 1 deletion pyslurm/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# The last Number "Z" is the current Pyslurm patch version, which should be
# incremented each time a new release is made (except when migrating to a new
# Slurm Major release, then set it back to 0)
__version__ = "24.5.0"
__version__ = "24.5.1"

0 comments on commit 7c73660

Please sign in to comment.