Skip to content

Commit

Permalink
bump pyslurm version
Browse files Browse the repository at this point in the history
  • Loading branch information
tazend committed Dec 28, 2024
1 parent 626194d commit 25866e9
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: 23.11.0
Version: 23.11.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__ = "23.11.0"
__version__ = "23.11.1"

0 comments on commit 25866e9

Please sign in to comment.