From 8aaa19d17f20e495c248a44160cb28f57abe594a Mon Sep 17 00:00:00 2001 From: gmarciani <299799+gmarciani@users.noreply.github.com> Date: Mon, 3 Aug 2026 19:42:24 +0000 Subject: [PATCH] Bump version to 3.17.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5247c486..3d1feba5 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def read(fname): "clustermgtd = slurm_plugin.clustermgtd:main", "computemgtd = slurm_plugin.computemgtd:main", ] -version = "3.16.0" +version = "3.17.0" requires = ["boto3>=1.7.55", "retrying>=1.3.3", "setuptools"] setup(