From e3a5ef3cac210751ebd8af407cf0aae21f1f4317 Mon Sep 17 00:00:00 2001 From: Roman Snegirev Date: Tue, 5 Sep 2023 12:58:56 +0300 Subject: [PATCH] Bump version --- aiohttp_socks/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiohttp_socks/__init__.py b/aiohttp_socks/__init__.py index e22c920..c8effa1 100644 --- a/aiohttp_socks/__init__.py +++ b/aiohttp_socks/__init__.py @@ -1,5 +1,5 @@ __title__ = 'aiohttp-socks' -__version__ = '0.8.1' +__version__ = '0.8.2' from python_socks import ( ProxyError,