From a99bb6e6e5b8236587e649ed5c8bad8db55f46ad Mon Sep 17 00:00:00 2001 From: Andrei Date: Sun, 6 Nov 2022 22:31:27 +0300 Subject: [PATCH] 0.0.6 --- README.md | 2 +- src/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65312bc0..83b27465 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/src/setup.py b/src/setup.py index fd03be10..224dd0ce 100644 --- a/src/setup.py +++ b/src/setup.py @@ -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)]