Skip to content

Commit 19e521a

Browse files
author
Vandit Mehta
authored
Updating latest vmc-draas bindings. (#315)
Signed-off-by: Vandit Mehta <[email protected]>
1 parent 22d8a83 commit 19e521a

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<a href='vmc_draas_client_bindings-1.18.0-py2.py3-none-any.whl'>vmc_draas_client_bindings-1.18.0-py3.py3-none-any.whl</a><br />
1+
<a href='vmc_draas_client_bindings-1.19.0-py2.py3-none-any.whl'>vmc_draas_client_bindings-1.19.0-py3.py3-none-any.whl</a><br />

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools import setup
66

77
setup(name='vSphere Automation SDK',
8-
version='1.76.0',
8+
version='1.77.0',
99
description='VMware vSphere Automation SDK for Python',
1010
url='https://github.com/vmware/vsphere-automation-sdk-python',
1111
author='VMware, Inc.',
@@ -22,6 +22,6 @@
2222
'nsx-policy-python-sdk @ file://localhost/{}/lib/nsx-policy-python-sdk/nsx_policy_python_sdk-3.1.5.0.0-py2.py3-none-any.whl'.format(os.getcwd()),
2323
'nsx-vmc-policy-python-sdk @ file://localhost/{}/lib/nsx-vmc-policy-python-sdk/nsx_vmc_policy_python_sdk-3.1.5.0.0-py2.py3-none-any.whl'.format(os.getcwd()),
2424
'nsx-vmc-aws-integration-python-sdk @ file://localhost/{}/lib/nsx-vmc-aws-integration-python-sdk/nsx_vmc_aws_integration_python_sdk-3.1.5.0.0-py2.py3-none-any.whl'.format(os.getcwd()),
25-
'vmc-draas-client-bindings @ file://localhost/{}/lib/vmc-draas-client-bindings/vmc_draas_client_bindings-1.18.0-py2.py3-none-any.whl'.format(os.getcwd()),
25+
'vmc-draas-client-bindings @ file://localhost/{}/lib/vmc-draas-client-bindings/vmc_draas_client_bindings-1.19.0-py2.py3-none-any.whl'.format(os.getcwd()),
2626
]
2727
)

0 commit comments

Comments
 (0)