1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-22 01:39:58 -05:00

Updating latest python vmc-draas bindings (52f5b1b)

This commit is contained in:
sumitAgrawal007 2020-10-22 05:29:20 +00:00
parent a7813fdca8
commit 3c7fd165d5
4 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
<a href='vmc_draas_client_bindings-1.13.0-py2.py3-none-any.whl'>vmc_draas_client_bindings-1.13.0-py3.py3-none-any.whl</a><br /> <a href='vmc_draas_client_bindings-1.14.0-py2.py3-none-any.whl'>vmc_draas_client_bindings-1.14.0-py3.py3-none-any.whl</a><br />

View File

@ -5,7 +5,7 @@ import os
from setuptools import setup from setuptools import setup
setup(name='vSphere Automation SDK', setup(name='vSphere Automation SDK',
version='1.39.0', version='1.40.0',
description='VMware vSphere Automation SDK for Python', description='VMware vSphere Automation SDK for Python',
url='https://github.com/vmware/vsphere-automation-sdk-python', url='https://github.com/vmware/vsphere-automation-sdk-python',
author='VMware, Inc.', author='VMware, Inc.',
@ -23,6 +23,6 @@ setup(name='vSphere Automation SDK',
'nsx-policy-python-sdk @ file://localhost/{}/lib/nsx-policy-python-sdk/nsx_policy_python_sdk-3.0.2.0.0.16837625-py2.py3-none-any.whl'.format(os.getcwd()), 'nsx-policy-python-sdk @ file://localhost/{}/lib/nsx-policy-python-sdk/nsx_policy_python_sdk-3.0.2.0.0.16837625-py2.py3-none-any.whl'.format(os.getcwd()),
'nsx-vmc-policy-python-sdk @ file://localhost/{}/lib/nsx-vmc-policy-python-sdk/nsx_vmc_policy_python_sdk-3.0.2.0.0.16837625-py2.py3-none-any.whl'.format(os.getcwd()), 'nsx-vmc-policy-python-sdk @ file://localhost/{}/lib/nsx-vmc-policy-python-sdk/nsx_vmc_policy_python_sdk-3.0.2.0.0.16837625-py2.py3-none-any.whl'.format(os.getcwd()),
'nsx-vmc-aws-integration-python-sdk @ file://localhost/{}/lib/nsx-vmc-aws-integration-python-sdk/nsx_vmc_aws_integration_python_sdk-3.0.2.0.0.16837625-py2.py3-none-any.whl'.format(os.getcwd()), 'nsx-vmc-aws-integration-python-sdk @ file://localhost/{}/lib/nsx-vmc-aws-integration-python-sdk/nsx_vmc_aws_integration_python_sdk-3.0.2.0.0.16837625-py2.py3-none-any.whl'.format(os.getcwd()),
'vmc-draas-client-bindings @ file://localhost/{}/lib/vmc-draas-client-bindings/vmc_draas_client_bindings-1.13.0-py2.py3-none-any.whl'.format(os.getcwd()), 'vmc-draas-client-bindings @ file://localhost/{}/lib/vmc-draas-client-bindings/vmc_draas_client_bindings-1.14.0-py2.py3-none-any.whl'.format(os.getcwd()),
] ]
) )