Fix typo on home page.
diff --git a/source/index.html b/source/index.html
index dd2e10c..6b679a2 100644
--- a/source/index.html
+++ b/source/index.html
@@ -81,7 +81,7 @@
     <div class="row section row-2">

       <div class="col-md-6">

         <h3>Installation</h3>

-        <p>Latest stable version (Python 3.7+ only): <a href="https://pypi.python.org/pypi/apache-libcloud/3.7.0" target="_blank">3.7.0</a> (January 8th, 2022)</p>

+        <p>Latest stable version (Python 3.7+ only): <a href="https://pypi.python.org/pypi/apache-libcloud/3.7.0" target="_blank">3.7.0</a> (January 8th, 2023)</p>

         <p>Latest bug-fix only version (Python 3.6+ only): <a href="https://pypi.python.org/pypi/apache-libcloud/3.4.1" target="_blank">3.6.1</a> (October 10th, 2022)</p>

         <p>Latest bug-fix only version (Python 3.5+ only): <a href="https://pypi.python.org/pypi/apache-libcloud/3.4.1" target="_blank">3.4.1</a> (November 11th, 2021)</p>

         <p>Latest bug-fix only version (Python 2 and Python 3): <a href="https://pypi.python.org/pypi/apache-libcloud/2.8.3" target="_blank">2.8.3</a> (June 12th, 2020)</p>