We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6d713 commit 0b3a520Copy full SHA for 0b3a520
pyslurm/__version__.py
@@ -1 +1 @@
1
-__version__ = "22.5.2"
+__version__ = "22.5.3"
setup.py
@@ -18,7 +18,7 @@
18
CYTHON_VERSION_MIN = "0.29.30"
19
20
SLURM_RELEASE = "22.5"
21
-PYSLURM_PATCH_RELEASE = "2"
+PYSLURM_PATCH_RELEASE = "3"
22
SLURM_SHARED_LIB = "libslurm.so"
23
CURRENT_DIR = pathlib.Path(__file__).parent
24
0 commit comments