Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Xewdy444 committed Sep 23, 2023
1 parent 262271e commit 5a2e3c1
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.2.post1"
__version__ = "0.4.0"
__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.2.post1",
version="0.4.0",
author="Xewdy444",
author_email="xewdy@xewdy.tech",
description="A library for solving reCAPTCHA v2 and v3 with Playwright",
Expand Down

0 comments on commit 5a2e3c1

Please sign in to comment.