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 61d4740 commit dd73ddfCopy full SHA for dd73ddf
pyslurm/__version__.py
@@ -1 +1 @@
1
-__version__ = "22.5.0"
+__version__ = "22.5.1"
setup.py
@@ -18,7 +18,7 @@
18
CYTHON_VERSION_MIN = "0.29.30"
19
20
SLURM_RELEASE = "22.5"
21
-PYSLURM_PATCH_RELEASE = "0"
+PYSLURM_PATCH_RELEASE = "1"
22
SLURM_SHARED_LIB = "libslurm.so"
23
CURRENT_DIR = pathlib.Path(__file__).parent
24
0 commit comments