Skip to content

Commit

Permalink
Bumped version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Xewdy444 committed Dec 10, 2023
1 parent 2cbc106 commit 8ad9a10
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.4.1"
__version__ = "0.4.2"
__license__ = "MIT"

from .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.4.1",
version="0.4.2",
author="Xewdy444",
author_email="[email protected]",
description="A library for solving reCAPTCHA v2 and v3 with Playwright",
Expand Down

0 comments on commit 8ad9a10

Please sign in to comment.