From 1ef3654a4ee0d393c899ca931061dcec5c48465e Mon Sep 17 00:00:00 2001 From: Cursor Date: Tue, 1 Sep 2026 17:35:59 +0000 Subject: [PATCH] chore: bump version to 0.2.3 Co-authored-by: ProxyMesh AI --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80ff510..a1d2869 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "python-proxy-headers" -version = "0.2.2" +version = "0.2.3" authors = [ { name="ProxyMesh", email="support@proxymesh.com" }, ]