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 cdd7642 commit 5da5023Copy full SHA for 5da5023
pyslurm/__version__.py
@@ -1 +1 @@
1
-__version__ = "21.8.0"
+__version__ = "21.8.1"
setup.py
@@ -18,7 +18,7 @@
18
CYTHON_VERSION_MIN = "0.29.30"
19
20
SLURM_RELEASE = "21.8"
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