Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Nov 6, 2022
1 parent dff9757 commit a99bb6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ python setup.py install

### Changelog

v.0.0.5 - Added HCaptcha, Image to Text captcha and ReCaptcha(V2 and V3).
v.0.0.6 - Added HCaptcha, Image to Text captcha and ReCaptcha(V2 and V3).

v.0.0.1 - First release with basic methods and logic.

Expand Down
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
EMAIL = "python-captcha@pm.me"
AUTHOR = "AndreiDrang"
REQUIRES_PYTHON = ">=3.7.0"
VERSION = "0.0.5"
VERSION = "0.0.6"
with open("requirements.txt", "rt") as requirements_txt:
REQUIRED = [str(requirement) for requirement in parse_requirements(requirements_txt)]

Expand Down

0 comments on commit a99bb6e

Please sign in to comment.