From 79a1190ed24d3263063f869afe4c92f84395e755 Mon Sep 17 00:00:00 2001 From: Rajeevalochana Kallur Date: Tue, 17 Nov 2020 20:48:07 +0530 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 135b521..3c024ae 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ extras = {'socks': ['pysocks']} setup(name='python-ilorest-library', - version='3.1.0', + version='3.1.1', description='iLO Restful Python Library', author = 'Hewlett Packard Enterprise', author_email = 'rajeevalochana.kallur@hpe.com',