Skip to content

Commit 0b3a520

Browse files
committed
Bump version to 22.5.3
1 parent 4a6d713 commit 0b3a520

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyslurm/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "22.5.2"
1+
__version__ = "22.5.3"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
CYTHON_VERSION_MIN = "0.29.30"
1919

2020
SLURM_RELEASE = "22.5"
21-
PYSLURM_PATCH_RELEASE = "2"
21+
PYSLURM_PATCH_RELEASE = "3"
2222
SLURM_SHARED_LIB = "libslurm.so"
2323
CURRENT_DIR = pathlib.Path(__file__).parent
2424

0 commit comments

Comments
 (0)