From 043d6d9cdfc0b684b93b19c384a2389a1ef0fae1 Mon Sep 17 00:00:00 2001 From: pylover Date: Sat, 17 Aug 2024 15:36:23 +0330 Subject: [PATCH] v3.9.3 --- yhttp/ext/auth/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yhttp/ext/auth/__init__.py b/yhttp/ext/auth/__init__.py index f6773cb..7cd1f8a 100644 --- a/yhttp/ext/auth/__init__.py +++ b/yhttp/ext/auth/__init__.py @@ -2,4 +2,4 @@ from .install import install from .authentication import Authenticator -__version__ = '3.9.2' +__version__ = '3.9.3'