diff --git a/CHANGELOG.md b/CHANGELOG.md
index c441c6914ea9063fd73522fb76fcf3e4b8e04249..b9d6b313be67ae1170f0e85c65455bf64a8f9ce7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,7 @@
 # AIO Gremlin Changelog
 
+## v3.3.4
+
 ## v3.3.3
 
 * Fixed bug preventing code from running on python 3.7+, see [issue #1](https://git.qoto.org/goblin-ogm/aiogremlin/issues/1).
diff --git a/setup.py b/setup.py
index 6596bff1fc66459b3e35dd13a722f6ff32b3529a..8db51f962954e820d53ea8ae16b00f4d0c8ce26a 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ with open("README.md", "r") as fh:
 
 setup(
     name='aiogremlin',
-    version='3.3.3',
+    version='3.3.4',
     license=__license__,
     author=__author__,
     author_email=__email__,
@@ -21,7 +21,7 @@ setup(
     long_description_content_type="text/markdown",
     long_description=long_description,
     url='http://goblin-ogm.com',
-    download_url='https://github.com/goblin-ogm/aiogremlin/archive/v3.3.3.tar.gz',
+    download_url='https://github.com/goblin-ogm/aiogremlin/archive/v3.3.4.tar.gz',
     include_package_data=True,
     keywords=['Tinkerpop', 'Tinkerpop3', 'gremlin', 'gremlin-python', 'asyncio', 'graphdb'],
     packages=['aiogremlin',