We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da0d0b commit de60f57Copy full SHA for de60f57
captchatools/__init__.py
@@ -17,7 +17,7 @@
17
3 = 2captcha
18
4 = Capsolver
19
'''
20
-__version__ = "1.3.0"
+__version__ = "1.4.0"
21
__author__ = "Matthew17-21"
22
__license__ = "MIT"
23
setup.py
@@ -2,7 +2,7 @@
2
from io import open
3
4
PACKAGE_NAME = "captchatools"
5
-VERSION = "1.3.0"
+VERSION = "1.4.0"
6
SHORT_DESCRIPTION = "Python module to help solve captchas with Capmonster, 2captcha and Anticaptcha API's!"
7
GITHUB_URL = "https://github.com/Matthew17-21/Captcha-Tools"
8
0 commit comments