diff --git a/setup.py b/setup.py index 5dccef132..f66925bb3 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def read(fname): "clustermgtd = slurm_plugin.clustermgtd:main", "computemgtd = slurm_plugin.computemgtd:main", ] -version = "3.7.0" +version = "3.7.1" requires = ["boto3>=1.7.55", "retrying>=1.3.3"] setup(