Skip to content

Commit 1d39f5e

Browse files
committed
chore: bump version to 1.2.1
1 parent f026321 commit 1d39f5e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ Basic automatically rotates:
5858
>>> r = tls_requests.get(
5959
"https://httpbin.org/get",
6060
proxy=proxy,
61-
headers=tls_requests.HeaderRotator(),
6261
tls_identifier=tls_requests.TLSIdentifierRotator()
6362
)
6463
>>> r

tls_requests/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = "wrapper-tls-requests"
22
__description__ = "A powerful and lightweight Python library for making secure and reliable HTTP/TLS fingerprint requests."
33
__url__ = "https://github.com/thewebscraping/tls-requests"
4-
__version__ = "1.2.0"
4+
__version__ = "1.2.1"
55
__author__ = "Tu Pham"
66
__author_email__ = "thetwofarm@gmail.com"
77
__license__ = "MIT"

0 commit comments

Comments
 (0)