diff --git a/lib/vmc-client-bindings/index.html b/lib/vmc-client-bindings/index.html
index e0ec4a53f..c3e057e5e 100644
--- a/lib/vmc-client-bindings/index.html
+++ b/lib/vmc-client-bindings/index.html
@@ -1 +1 @@
-vmc_client_bindings-1.44.0-py2.py3-none-any.whl
+vmc_client_bindings-1.45.0-py2.py3-none-any.whl
diff --git a/lib/vmc-client-bindings/vmc_client_bindings-1.44.0-py2.py3-none-any.whl b/lib/vmc-client-bindings/vmc_client_bindings-1.44.0-py2.py3-none-any.whl
deleted file mode 100644
index cfe7f6611..000000000
Binary files a/lib/vmc-client-bindings/vmc_client_bindings-1.44.0-py2.py3-none-any.whl and /dev/null differ
diff --git a/lib/vmc-client-bindings/vmc_client_bindings-1.45.0-py2.py3-none-any.whl b/lib/vmc-client-bindings/vmc_client_bindings-1.45.0-py2.py3-none-any.whl
new file mode 100644
index 000000000..e799c6f76
Binary files /dev/null and b/lib/vmc-client-bindings/vmc_client_bindings-1.45.0-py2.py3-none-any.whl differ
diff --git a/setup.py b/setup.py
index f6816934d..21b61579e 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@
from setuptools import setup
setup(name='vSphere Automation SDK',
- version='1.60.0',
+ version='1.61.0',
description='VMware vSphere Automation SDK for Python',
url='https://github.com/vmware/vsphere-automation-sdk-python',
author='VMware, Inc.',
@@ -18,7 +18,7 @@
'vapi-runtime @ file://localhost/{}/lib/vapi-runtime/vapi_runtime-2.25.0-py2.py3-none-any.whl'.format(os.getcwd()),
'vapi-client-bindings @ file://localhost/{}/lib/vapi-client-bindings/vapi_client_bindings-3.6.0-py2.py3-none-any.whl'.format(os.getcwd()),
'vapi-common-client @ file://localhost/{}/lib/vapi-common-client/vapi_common_client-2.25.0-py2.py3-none-any.whl'.format(os.getcwd()),
- 'vmc-client-bindings @ file://localhost/{}/lib/vmc-client-bindings/vmc_client_bindings-1.44.0-py2.py3-none-any.whl'.format(os.getcwd()),
+ 'vmc-client-bindings @ file://localhost/{}/lib/vmc-client-bindings/vmc_client_bindings-1.45.0-py2.py3-none-any.whl'.format(os.getcwd()),
'nsx-python-sdk @ file://localhost/{}/lib/nsx-python-sdk/nsx_python_sdk-3.1.2.1.1-py2.py3-none-any.whl'.format(os.getcwd()),
'nsx-policy-python-sdk @ file://localhost/{}/lib/nsx-policy-python-sdk/nsx_policy_python_sdk-3.1.2.1.1-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.1.2.1.1-py2.py3-none-any.whl'.format(os.getcwd()),