From 3ef9cab654f1d2101d4e243cd5907966f9953f4c Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Tue, 20 Sep 2022 20:46:49 +0200 Subject: [PATCH] Bump the hardcoded version to v3.8.2.post0.dev0 --- aiohttp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiohttp/__init__.py b/aiohttp/__init__.py index d5851e2679e..e439218f88c 100644 --- a/aiohttp/__init__.py +++ b/aiohttp/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.8.2" +__version__ = "3.8.2.post0.dev0" from typing import Tuple