From f4fd1fb5e0439a4dc96d0ee3f42a8786d31838f0 Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 27 Nov 2023 21:20:34 -0500 Subject: [PATCH] 1.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ef6dadd..902efc4 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from io import open PACKAGE_NAME = "captchatools" -VERSION = "1.4.1" +VERSION = "1.5.0" SHORT_DESCRIPTION = "Python module to help solve captchas with Capmonster, 2captcha and Anticaptcha API's!" GITHUB_URL = "https://github.com/Matthew17-21/Captcha-Tools"