From 1a285d5f9692e6d4ae99eb31454a585146b8454d Mon Sep 17 00:00:00 2001 From: Yifei Kong Date: Sun, 1 Oct 2023 15:48:53 +0800 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eebe780d..adc9d694 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "curl_cffi" -version = "0.5.9" +version = "0.5.10b1" authors = [{ name = "Yifei Kong", email = "kong@yifei.me" }] description = "libcurl ffi bindings for Python, with impersonation support" license = { file = "LICENSE" }