From a39bb382598e2a82a52e2198fdb16822a987f9f6 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Sun, 13 Mar 2016 13:10:28 +0200 Subject: [PATCH] Bump version --- aiohttp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiohttp/__init__.py b/aiohttp/__init__.py index e42068c4675..aa143da20fd 100644 --- a/aiohttp/__init__.py +++ b/aiohttp/__init__.py @@ -1,6 +1,6 @@ # This relies on each of the submodules having an __all__ variable. -__version__ = '0.21.2' +__version__ = '0.21.4' from . import hdrs # noqa