diff --git a/README.md b/README.md
index 66aea909..35d98000 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ samples require the vSphere Management SDK packages (pyVmomi) to be installed on
The samples have been developed to work with python 2.7.x and 3.3+
## Supported OnPrem vCenter Releases
-vCenter 6.0, 6.5, 6.7, 7.0, 7.0U1 and 7.0U2.
+vCenter 6.0, 6.5, 6.7, 7.0, 7.0U1, 7.0U2 and 7.0.2 MP1.
Certain APIs and samples that are introduced in 6.5 release, such as vCenter, Virtual Machine and Appliance Management. Please refer to the notes in each sample for detailed compatibility information.
## Supported NSX-T Releases
@@ -214,7 +214,6 @@ $ python samples/vsphere/vcenter/vm/list_vms.py -v
### vSphere API Documentation
* [VMware Cloud on AWS vSphere (latest version)](https://vmware.github.io/vsphere-automation-sdk-python/vsphere/cloud/index.html)
-* [vSphere 7.0 Update 2 (latest)](https://vmware.github.io/vsphere-automation-sdk-python/vsphere/7.0.2.0/)
* Previous releases: [7.0 U1](https://vmware.github.io/vsphere-automation-sdk-python/vsphere/7.0.1.0/) [7.0](https://vmware.github.io/vsphere-automation-sdk-python/vsphere/7.0.0.1/) [6.7.0](https://vmware.github.io/vsphere-automation-sdk-python/vsphere/6.7.0) [6.6.1](https://vmware.github.io/vsphere-automation-sdk-python/vsphere/6.6.1) [6.5](https://vmware.github.io/vsphere-automation-sdk-python/vsphere/6.5) [6.0](https://vmware.github.io/vsphere-automation-sdk-python/vsphere/6.0)
### VMware Cloud on AWS API Documentation
diff --git a/lib/vapi-client-bindings/index.html b/lib/vapi-client-bindings/index.html
index cc6ea9e3..a8662478 100644
--- a/lib/vapi-client-bindings/index.html
+++ b/lib/vapi-client-bindings/index.html
@@ -1 +1 @@
-vapi_client_bindings-3.5.0-py2.py3-none-any.whl
\ No newline at end of file
+vapi_client_bindings-3.6.0-py2.py3-none-any.whl
\ No newline at end of file
diff --git a/lib/vapi-client-bindings/vapi_client_bindings-3.5.0-py2.py3-none-any.whl b/lib/vapi-client-bindings/vapi_client_bindings-3.5.0-py2.py3-none-any.whl
deleted file mode 100644
index 71ff8685..00000000
Binary files a/lib/vapi-client-bindings/vapi_client_bindings-3.5.0-py2.py3-none-any.whl and /dev/null differ
diff --git a/lib/vapi-client-bindings/vapi_client_bindings-3.6.0-py2.py3-none-any.whl b/lib/vapi-client-bindings/vapi_client_bindings-3.6.0-py2.py3-none-any.whl
new file mode 100644
index 00000000..4c5c3ca4
Binary files /dev/null and b/lib/vapi-client-bindings/vapi_client_bindings-3.6.0-py2.py3-none-any.whl differ
diff --git a/lib/vapi-common-client/index.html b/lib/vapi-common-client/index.html
index 5a846126..5fda7f65 100644
--- a/lib/vapi-common-client/index.html
+++ b/lib/vapi-common-client/index.html
@@ -1 +1 @@
-vapi_common_client-2.19.0-py2.py3-none-any.whl
\ No newline at end of file
+vapi_common_client-2.25.0-py2.py3-none-any.whl
\ No newline at end of file
diff --git a/lib/vapi-common-client/vapi_common_client-2.19.0-py2.py3-none-any.whl b/lib/vapi-common-client/vapi_common_client-2.19.0-py2.py3-none-any.whl
deleted file mode 100644
index 97853995..00000000
Binary files a/lib/vapi-common-client/vapi_common_client-2.19.0-py2.py3-none-any.whl and /dev/null differ
diff --git a/lib/vapi-common-client/vapi_common_client-2.25.0-py2.py3-none-any.whl b/lib/vapi-common-client/vapi_common_client-2.25.0-py2.py3-none-any.whl
new file mode 100644
index 00000000..49f78fab
Binary files /dev/null and b/lib/vapi-common-client/vapi_common_client-2.25.0-py2.py3-none-any.whl differ
diff --git a/lib/vapi-runtime/index.html b/lib/vapi-runtime/index.html
index 8d13d5e7..d8595b75 100644
--- a/lib/vapi-runtime/index.html
+++ b/lib/vapi-runtime/index.html
@@ -1 +1 @@
-vapi_runtime-2.19.0-py2.py3-none-any.whl
\ No newline at end of file
+vapi_runtime-2.25.0-py2.py3-none-any.whl
\ No newline at end of file
diff --git a/lib/vapi-runtime/vapi_runtime-2.19.0-py2.py3-none-any.whl b/lib/vapi-runtime/vapi_runtime-2.25.0-py2.py3-none-any.whl
similarity index 66%
rename from lib/vapi-runtime/vapi_runtime-2.19.0-py2.py3-none-any.whl
rename to lib/vapi-runtime/vapi_runtime-2.25.0-py2.py3-none-any.whl
index da61ae5d..42e0b2cf 100644
Binary files a/lib/vapi-runtime/vapi_runtime-2.19.0-py2.py3-none-any.whl and b/lib/vapi-runtime/vapi_runtime-2.25.0-py2.py3-none-any.whl differ
diff --git a/setup.py b/setup.py
index 47303161..5b63d8d0 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ import os
from setuptools import setup
setup(name='vSphere Automation SDK',
- version='1.54.0',
+ version='1.55.0',
description='VMware vSphere Automation SDK for Python',
url='https://github.com/vmware/vsphere-automation-sdk-python',
author='VMware, Inc.',