Skip to content

Commit

Permalink
bump pyslurm version (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
tazend authored Feb 26, 2023
1 parent 61d4740 commit dd73ddf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyslurm/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "22.5.0"
__version__ = "22.5.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
CYTHON_VERSION_MIN = "0.29.30"

SLURM_RELEASE = "22.5"
PYSLURM_PATCH_RELEASE = "0"
PYSLURM_PATCH_RELEASE = "1"
SLURM_SHARED_LIB = "libslurm.so"
CURRENT_DIR = pathlib.Path(__file__).parent

Expand Down

0 comments on commit dd73ddf

Please sign in to comment.