Skip to content

Commit dd73ddf

Browse files
authored
bump pyslurm version (#263)
1 parent 61d4740 commit dd73ddf

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__ = "22.5.0"
1+
__version__ = "22.5.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 = "22.5"
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)