diff --git a/setup.py b/setup.py index 0eb9c6432..385713d21 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( ], }, install_requires=[ - 'aiohttp==3.7.4.post0', + 'aiohttp==3.7.4', 'aioupnp==0.0.18', 'appdirs==1.4.3', 'certifi>=2021.10.08',