From f30c97db6cdd60fb4bb7adc4d14bbc1b3a24fdee Mon Sep 17 00:00:00 2001 From: Lyonnet Date: Tue, 8 Oct 2024 17:15:42 +0800 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index db6bea9..733b57b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "curl_cffi" -version = "0.7.2" +version = "0.7.3b1" authors = [{ name = "Lyonnet", email = "infinitesheldon@gmail.com" }] description = "libcurl ffi bindings for Python, with impersonation support." license = { file = "LICENSE" }