Skip to content

Commit

Permalink
Bump version to 22.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tazend committed Jul 19, 2023
1 parent 4a6d713 commit 0b3a520
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.2"
__version__ = "22.5.3"
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 = "2"
PYSLURM_PATCH_RELEASE = "3"
SLURM_SHARED_LIB = "libslurm.so"
CURRENT_DIR = pathlib.Path(__file__).parent

Expand Down

0 comments on commit 0b3a520

Please sign in to comment.