From 67046ae81654098c66f14aacfb32f45a57202112 Mon Sep 17 00:00:00 2001 From: 2captcha Date: Tue, 2 Apr 2024 07:43:55 -0300 Subject: [PATCH] v1.2.4 --- twocaptcha/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twocaptcha/__init__.py b/twocaptcha/__init__.py index e6a3cf1..f88ffc7 100644 --- a/twocaptcha/__init__.py +++ b/twocaptcha/__init__.py @@ -2,4 +2,4 @@ from .solver import (TwoCaptcha, SolverExceptions, ValidationException, NetworkException, ApiException, TimeoutException) -__version__ = '1.2.3' +__version__ = '1.2.4'