Skip to content

Commit 5da5023

Browse files
committed
Bump version to 21.8.1
1 parent cdd7642 commit 5da5023

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyslurm/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "21.8.0"
1+
__version__ = "21.8.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
CYTHON_VERSION_MIN = "0.29.30"
1919

2020
SLURM_RELEASE = "21.8"
21-
PYSLURM_PATCH_RELEASE = "0"
21+
PYSLURM_PATCH_RELEASE = "1"
2222
SLURM_SHARED_LIB = "libslurm.so"
2323
CURRENT_DIR = pathlib.Path(__file__).parent
2424

0 commit comments

Comments
 (0)