diff --git a/aiohttp/__init__.py b/aiohttp/__init__.py index 30419b506c8..6b9514ee843 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.14.0' +__version__ = '0.14.1' from . import hdrs # noqa