Skip to content

Commit bd53a14

Browse files
committed
bump pyslurm version to 22.5.2
1 parent 43f29cf commit bd53a14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyslurm/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "22.5.1"
1+
__version__ = "22.5.2"

setup.py

+1-1
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 = "1"
21+
PYSLURM_PATCH_RELEASE = "2"
2222
SLURM_SHARED_LIB = "libslurm.so"
2323
CURRENT_DIR = pathlib.Path(__file__).parent
2424

0 commit comments

Comments
 (0)