Skip to content

Commit

Permalink
Bumped version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Xewdy444 committed Mar 20, 2024
1 parent 8658155 commit 36df50e
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.2"
__version__ = "0.5.0"
__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.2",
version="0.5.0",
author="Xewdy444",
author_email="[email protected]",
description="A library for solving reCAPTCHA v2 and v3 with Playwright",
Expand Down

0 comments on commit 36df50e

Please sign in to comment.