Skip to content

Commit 2810957

Browse files
authored
Bump version to 23.2.2 (#309)
1 parent a0dfa6b commit 2810957

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyslurm/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "23.2.1"
1+
__version__ = "23.2.2"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
CYTHON_VERSION_MIN = "0.29.30"
1919

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

0 commit comments

Comments
 (0)