diff --git a/README.md b/README.md
index 752bad70a73c68c5b32b8b5aa86523cc86b7c0b0..6929d1c96009946fb7829cc80421a1e38046b732 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# [aiogremlin 3.2.4](https://pypi.python.org/pypi/aiogremlin/3.2.4)
+# [aiogremlin](https://pypi.python.org/pypi/aiogremlin/3.2.4)
 
 [Official Documentation](http://aiogremlin.readthedocs.org/en/latest/)
 
diff --git a/docs/index.rst b/docs/index.rst
index a32a94afbc95b0f25344a17040f76cc7b491878a..9ac945c5c436217c137d6782353ab1fb75d2edb0 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -21,21 +21,21 @@ Note that this *NOT* an official Apache project component, it is a
 
 Releases
 ========
-The latest release of :py:mod:`aiogremlin` is **3.2.6**.
+The latest release of :py:mod:`aiogremlin` is **3.3.1**.
 
 
 Requirements
 ============
 
-- Python 3.5+
-- TinkerPop 3.2.6
+- Python 3.5 +
+- TinkerPop 3.2.6 +
 
 
 Dependencies
 ============
-- aiohttp 2.2.5
-- gremlinpython 3.2.6
-- PyYAML 3.12
+- aiohttp 2.2.5 +
+- gremlinpython
+- PyYAML 3.12 +
 
 
 
@@ -43,11 +43,11 @@ Installation
 ============
 Install using pip::
 
-    $ pip install aiogremlin
+    $ pip install aiogremlin==<tinkerpop_version>
 
 For this version, a separate install of gremlinpython is required::
 
-    $ pip install gremlinpython==3.2.6 --no-deps
+    $ pip install gremlinpython==<tinkerpop_version> --no-deps
 
 
 Getting Started