From e30c099c6fe4f06acb19118a33064b1c62c2f2cc Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Tue, 4 Mar 2025 11:26:04 +0000 Subject: [PATCH] Update version to 0.28.2 Update Python package with up to date classifiers. --- httpx/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpx/__version__.py b/httpx/__version__.py index 801bfacf..b269d5bf 100644 --- a/httpx/__version__.py +++ b/httpx/__version__.py @@ -1,3 +1,3 @@ __title__ = "httpx" __description__ = "A next generation HTTP client, for Python 3." -__version__ = "0.28.1" +__version__ = "0.28.2"