From eeaea0cf8d0e4df3425ee19cc9f800fdc73bee80 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Sat, 30 Oct 2021 17:08:01 +0300 Subject: [PATCH] Bump to 3.8.0a7 --- aiohttp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiohttp/__init__.py b/aiohttp/__init__.py index d7b1cddca2d..bdd2a15258b 100644 --- a/aiohttp/__init__.py +++ b/aiohttp/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.8.0a6" +__version__ = "3.8.0a7" from typing import Tuple