Skip to content

Commit

Permalink
Bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Xewdy444 committed Aug 6, 2023
1 parent 47697f0 commit 50e4522
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playwright_recaptcha/__init__.py
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="playwright-recaptcha",
version="0.3.1",
version="0.3.2",
author="Xewdy444",
author_email="[email protected]",
description="A library for solving reCAPTCHA v2 and v3 with Playwright",
Expand Down

0 comments on commit 50e4522

Please sign in to comment.