Skip to content

Commit

Permalink
version: 0.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vvanglro committed Jun 7, 2023
1 parent aae6842 commit 2f5e9de
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.0"
__version__ = "0.29.1"

__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.0"
version = "0.29.1"
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 = "vvanglro@gmail.com"},
Expand Down

0 comments on commit 2f5e9de

Please sign in to comment.