diff --git a/setup.py b/setup.py
index 94ab5a1505ba36d4655d40c5f0fcc89a3ec6ab4e..bfc5e27be2169df074370eced28984ad2151f089 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
 
 setup(
     name='django-ethgateway',
-    version='0.0.4',
+    version='0.0.5',
     packages=find_packages(),
     include_package_data=True,
     license='GNU GPL License',  # example license
@@ -19,7 +19,7 @@ setup(
     author='Agustin Vicente Dorda Recalde',
     author_email='agustindorda@gmail.com',
     install_requires=[
-        'aiohttp==3.5.4',
+        'aiohttp==2.3.10',
         'web3==4.6.0',
         'Django==2.1.7'
     ],