Skip to content

Commit de60f57

Browse files
committed
Update version
1 parent 8da0d0b commit de60f57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

captchatools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
3 = 2captcha
1818
4 = Capsolver
1919
'''
20-
__version__ = "1.3.0"
20+
__version__ = "1.4.0"
2121
__author__ = "Matthew17-21"
2222
__license__ = "MIT"
2323

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from io import open
33

44
PACKAGE_NAME = "captchatools"
5-
VERSION = "1.3.0"
5+
VERSION = "1.4.0"
66
SHORT_DESCRIPTION = "Python module to help solve captchas with Capmonster, 2captcha and Anticaptcha API's!"
77
GITHUB_URL = "https://github.com/Matthew17-21/Captcha-Tools"
88

0 commit comments

Comments
 (0)