From 4425f6787e211200945202d05fa05e6c16162c24 Mon Sep 17 00:00:00 2001 From: Kunal Singh Date: Fri, 13 Sep 2019 11:29:22 +0530 Subject: [PATCH] Updated the setup.py version for M8 relase Signed-off-by: Kunal Singh --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 66d88540..fc7a5d65 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import os from setuptools import setup setup(name='vSphere Automation SDK', - version='1.4.0', + version='1.5.0', description='VMware vSphere Automation SDK for Python', url='https://github.com/vmware/vsphere-automation-sdk-python', author='VMware, Inc.',