From 431345ad872ea603944784ce91299a210cc834f2 Mon Sep 17 00:00:00 2001 From: Asis Bagga Date: Wed, 22 Sep 2021 14:03:26 +0530 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7924fdf1b..aea922b47 100644 --- a/setup.py +++ b/setup.py @@ -20,10 +20,10 @@ from setuptools import setup setup(name='hpeOneView', - version='6.2.0', + version='6.3.0', description='HPE OneView Python Library', url='https://github.com/HewlettPackard/oneview-python', - download_url="https://github.com/HewlettPackard/oneview-python/tarball/v6.2.0", + download_url="https://github.com/HewlettPackard/oneview-python/tarball/v6.3.0", author='Hewlett Packard Enterprise Development LP', author_email='oneview-pythonsdk@hpe.com', license='Apache',