Skip to content

Commit f1676f1

Browse files
committed
Updating latest python vmc bindings (29f3174)
1 parent f717051 commit f1676f1

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

lib/vmc-client-bindings/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<a href='vmc_client_bindings-1.21.0-py2.py3-none-any.whl'>vmc_client_bindings-1.21.0-py2.py3-none-any.whl</a><br />
1+
<a href='vmc_client_bindings-1.22.0-py2.py3-none-any.whl'>vmc_client_bindings-1.22.0-py2.py3-none-any.whl</a><br />
Binary file not shown.
Binary file not shown.

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.19.0',
8+
version='1.20.0',
99
description='VMware vSphere Automation SDK for Python',
1010
url='https://github.com/vmware/vsphere-automation-sdk-python',
1111
author='VMware, Inc.',
@@ -18,7 +18,7 @@
1818
'vapi-runtime @ file://localhost/{}/lib/vapi-runtime/vapi_runtime-2.14.0-py2.py3-none-any.whl'.format(os.getcwd()),
1919
'vapi-client-bindings @ file://localhost/{}/lib/vapi-client-bindings/vapi_client_bindings-3.2.0-py2.py3-none-any.whl'.format(os.getcwd()),
2020
'vapi-common-client @ file://localhost/{}/lib/vapi-common-client/vapi_common_client-2.14.0-py2.py3-none-any.whl'.format(os.getcwd()),
21-
'vmc-client-bindings @ file://localhost/{}/lib/vmc-client-bindings/vmc_client_bindings-1.21.0-py2.py3-none-any.whl'.format(os.getcwd()),
21+
'vmc-client-bindings @ file://localhost/{}/lib/vmc-client-bindings/vmc_client_bindings-1.22.0-py2.py3-none-any.whl'.format(os.getcwd()),
2222
'nsx-python-sdk @ file://localhost/{}/lib/nsx-python-sdk/nsx_python_sdk-2.5.1.0.1.15419398-py2.py3-none-any.whl'.format(os.getcwd()),
2323
'nsx-policy-python-sdk @ file://localhost/{}/lib/nsx-policy-python-sdk/nsx_policy_python_sdk-2.5.1.0.1.15419398-py2.py3-none-any.whl'.format(os.getcwd()),
2424
'nsx-vmc-policy-python-sdk @ file://localhost/{}/lib/nsx-vmc-policy-python-sdk/nsx_vmc_policy_python_sdk-2.5.1.0.1.15419398-py2.py3-none-any.whl'.format(os.getcwd()),

0 commit comments

Comments
 (0)