diff --git a/setup.py b/setup.py index 72f7a8bd..4c210c07 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.9.0" +version = "3.10.0" requires = ["boto3>=1.7.55", "retrying>=1.3.3"] setup(