Skip to content

Commit

Permalink
version: 0.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vvanglro committed Jun 9, 2023
1 parent c55b66f commit c0099ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cf_clearance/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from cf_clearance.retry import async_cf_retry, sync_cf_retry
from cf_clearance.stealth import StealthConfig, async_stealth, sync_stealth

__version__ = "0.29.1"
__version__ = "0.29.2"

__all__ = (
"async_stealth",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cf_clearance"
version = "0.29.1"
version = "0.29.2"
description = "Purpose To make a cloudflare v2 challenge pass successfully, Can be use cf_clearance bypassed by cloudflare, However, with the cf_clearance, make sure you use the same IP and UA as when you got it."
authors = [
{name = "vvanglro", email = "[email protected]"},
Expand Down

0 comments on commit c0099ec

Please sign in to comment.