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"]