Skip to content

Commit a99bb6e

Browse files
committed
0.0.6
1 parent dff9757 commit a99bb6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ python setup.py install
4444

4545
### Changelog
4646

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

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

src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
EMAIL = "python-captcha@pm.me"
1515
AUTHOR = "AndreiDrang"
1616
REQUIRES_PYTHON = ">=3.7.0"
17-
VERSION = "0.0.5"
17+
VERSION = "0.0.6"
1818
with open("requirements.txt", "rt") as requirements_txt:
1919
REQUIRED = [str(requirement) for requirement in parse_requirements(requirements_txt)]
2020

0 commit comments

Comments
 (0)