From 50e4522964b245f7b57fd1c111382049cf0876cb Mon Sep 17 00:00:00 2001 From: Xewdy <95155966+Xewdy444@users.noreply.github.com> Date: Sun, 6 Aug 2023 14:04:38 -0500 Subject: [PATCH] Bump version to 0.3.2 --- 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 302fa01..f1254e4 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.3.1" +__version__ = "0.3.2" __license__ = "MIT" from playwright_recaptcha.errors import ( diff --git a/setup.py b/setup.py index 2e845d8..04e8b8b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="playwright-recaptcha", - version="0.3.1", + version="0.3.2", author="Xewdy444", author_email="xewdy@xewdy.tech", description="A library for solving reCAPTCHA v2 and v3 with Playwright",