We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff9757 commit a99bb6eCopy full SHA for a99bb6e
README.md
@@ -44,7 +44,7 @@ python setup.py install
44
45
### Changelog
46
47
-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).
48
49
v.0.0.1 - First release with basic methods and logic.
50
src/setup.py
@@ -14,7 +14,7 @@
14
EMAIL = "python-captcha@pm.me"
15
AUTHOR = "AndreiDrang"
16
REQUIRES_PYTHON = ">=3.7.0"
17
-VERSION = "0.0.5"
+VERSION = "0.0.6"
18
with open("requirements.txt", "rt") as requirements_txt:
19
REQUIRED = [str(requirement) for requirement in parse_requirements(requirements_txt)]
20
0 commit comments