Skip to content

Commit

Permalink
Merge pull request #31 from 2captcha/1.1.2
Browse files Browse the repository at this point in the history
1.1.2
  • Loading branch information
2captcha authored Jan 27, 2022
2 parents cb1d761 + fc7d345 commit cc820be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion twocaptcha/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .solver import (TwoCaptcha, SolverExceptions, ValidationException,
NetworkException, ApiException, TimeoutException)

__version__ = '1.1.1'
__version__ = '1.1.2'
2 changes: 2 additions & 0 deletions twocaptcha/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
import os, sys
import time
import requests
from base64 import b64encode


try:
from .api import ApiClient
Expand Down

0 comments on commit cc820be

Please sign in to comment.