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 a0dfa6b commit 2810957Copy full SHA for 2810957
pyslurm/__version__.py
@@ -1 +1 @@
1
-__version__ = "23.2.1"
+__version__ = "23.2.2"
setup.py
@@ -18,7 +18,7 @@
18
CYTHON_VERSION_MIN = "0.29.30"
19
20
SLURM_RELEASE = "23.2"
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