From ec1044825892457eebc81f595e350d9a8f44d3a4 Mon Sep 17 00:00:00 2001 From: Roman Snegirev Date: Thu, 26 Dec 2024 10:04:10 +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 9a9be32..f39ca60 100644 --- a/aiohttp_socks/__init__.py +++ b/aiohttp_socks/__init__.py @@ -1,5 +1,5 @@ __title__ = 'aiohttp-socks' -__version__ = '0.10.0' +__version__ = '0.10.1' from python_socks import ( ProxyError,