Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew17-21 committed Sep 4, 2023
1 parent de60f57 commit 27a6e97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def main():


# Changelog
### 1.4.0
### 1.4.1
##### What's new
1. Added CaptchaAI
2. Removed internal redundant code
Expand Down
2 changes: 1 addition & 1 deletion captchatools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
3 = 2captcha
4 = Capsolver
'''
__version__ = "1.4.0"
__version__ = "1.4.1"
__author__ = "Matthew17-21"
__license__ = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from io import open

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

Expand Down

0 comments on commit 27a6e97

Please sign in to comment.