diff --git a/twocaptcha/__init__.py b/twocaptcha/__init__.py index 04c9b86..d0a7736 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.0' +__version__ = '1.2.1'