From c0099eca5943aa2aec17ed381ddeb5cb56e06e1a Mon Sep 17 00:00:00 2001 From: vvanglro <947001731@qq.com> Date: Fri, 9 Jun 2023 12:17:29 +0800 Subject: [PATCH] version: 0.29.2 --- cf_clearance/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cf_clearance/__init__.py b/cf_clearance/__init__.py index d8fb8b1..41c3505 100644 --- a/cf_clearance/__init__.py +++ b/cf_clearance/__init__.py @@ -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", diff --git a/pyproject.toml b/pyproject.toml index 09589a5..8462c2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "vvanglro@gmail.com"},