From 8c4020bd48cac4d801a37a444e1b41d2e770fcc9 Mon Sep 17 00:00:00 2001 From: deedy5 <65482418+deedy5@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:19:01 +0300 Subject: [PATCH] Bump version to v0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7bfe417..3225a96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1007,7 +1007,7 @@ dependencies = [ [[package]] name = "pyreqwest_impersonate" -version = "0.2.0" +version = "0.2.1" dependencies = [ "encoding_rs", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index 0835aba..2c03ee2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyreqwest_impersonate" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "HTTP client that can impersonate web browsers, mimicking their headers and `TLS/JA3/JA4/HTTP2` fingerprints" authors = ["deedy5"]