From 5d95896595df2c11e123d814fbc009767a4ef9f3 Mon Sep 17 00:00:00 2001 From: Francesco De Martino Date: Fri, 29 Oct 2021 14:24:23 +0200 Subject: [PATCH] Bump version to 3.0.2 Signed-off-by: Francesco De Martino --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2981b3bb7..0299ba945 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def read(fname): "clustermgtd = slurm_plugin.clustermgtd:main", "computemgtd = slurm_plugin.computemgtd:main", ] -version = "3.0.1" +version = "3.0.2" requires = ["boto3>=1.7.55", "retrying>=1.3.3"] setup(