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