diff --git a/aiohttp/__init__.py b/aiohttp/__init__.py index 5f69110fcc5..65b453c8440 100644 --- a/aiohttp/__init__.py +++ b/aiohttp/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.2.3' +__version__ = '2.2.4' # This relies on each of the submodules having an __all__ variable.