From 36df50e00895a79bb51904f535a93b1978e320e6 Mon Sep 17 00:00:00 2001 From: Xewdy444 Date: Tue, 19 Mar 2024 20:36:02 -0500 Subject: [PATCH] Bumped version to 0.5.0 --- playwright_recaptcha/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playwright_recaptcha/__init__.py b/playwright_recaptcha/__init__.py index 7789b3b..6562683 100644 --- a/playwright_recaptcha/__init__.py +++ b/playwright_recaptcha/__init__.py @@ -1,7 +1,7 @@ """A library for solving reCAPTCHA v2 and v3 with Playwright.""" __author__ = "Xewdy444" -__version__ = "0.4.2" +__version__ = "0.5.0" __license__ = "MIT" from .errors import ( diff --git a/setup.py b/setup.py index 35b7ba9..48eba4d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="playwright-recaptcha", - version="0.4.2", + version="0.5.0", author="Xewdy444", author_email="xewdy@xewdy.systems", description="A library for solving reCAPTCHA v2 and v3 with Playwright",