From bea1dba496236bcd2a7153b8adff3ce986b8f812 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Wed, 21 Mar 2018 20:06:44 +0700 Subject: [PATCH] Bump to 3.1.0 --- aiohttp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiohttp/__init__.py b/aiohttp/__init__.py index d1fe40abb58..f44bd686780 100644 --- a/aiohttp/__init__.py +++ b/aiohttp/__init__.py @@ -1,4 +1,4 @@ -__version__ = '3.1.0a0' +__version__ = '3.1.0' # This relies on each of the submodules having an __all__ variable.