From 7cee23f30508639b8ad7a2cef794f1bf53bf9ad9 Mon Sep 17 00:00:00 2001 From: deedy5 <65482418+deedy5@users.noreply.github.com> Date: Sun, 14 Apr 2024 02:26:40 +0300 Subject: [PATCH] v0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b1d8fac..b43f22d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -997,7 +997,7 @@ dependencies = [ [[package]] name = "pyreqwest_impersonate" -version = "0.1.1" +version = "0.1.2" dependencies = [ "pyo3", "reqwest-impersonate", diff --git a/Cargo.toml b/Cargo.toml index 6da49bc..e86de50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyreqwest_impersonate" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "HTTP client that can impersonate web browsers, mimicking their headers and `TLS/JA3/JA4/HTTP2` fingerprints" authors = ["deedy5"]