Skip to content

Commit

Permalink
Release 1.2.69
Browse files Browse the repository at this point in the history
  • Loading branch information
VeNoMouS committed Feb 25, 2023
1 parent 5183350 commit 207eee5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cloudscraper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

# ------------------------------------------------------------------------------- #

__version__ = '1.2.68'
__version__ = '1.2.69'

# ------------------------------------------------------------------------------- #

Expand Down Expand Up @@ -400,5 +400,6 @@ def get_cookie_string(cls, url, **kwargs):
# ------------------------------------------------------------------------------- #

create_scraper = CloudScraper.create_scraper
session = CloudScraper.create_scraper
get_tokens = CloudScraper.get_tokens
get_cookie_string = CloudScraper.get_cookie_string

0 comments on commit 207eee5

Please sign in to comment.