diff --git a/playwright_recaptcha/__init__.py b/playwright_recaptcha/__init__.py index 6562683..c856aaf 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.5.0" +__version__ = "0.5.1" __license__ = "MIT" from .errors import ( diff --git a/setup.py b/setup.py index a1f22a6..d1c9322 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="playwright-recaptcha", - version="0.5.0", + version="0.5.1", author="Xewdy444", author_email="xewdy@xewdy.systems", description="A library for solving reCAPTCHA v2 and v3 with Playwright",