From 26461dae5a108d8e8b1e6cc206779055999f7905 Mon Sep 17 00:00:00 2001 From: Fantix King Date: Thu, 9 Oct 2025 23:41:45 -0400 Subject: [PATCH] httptools 0.7.1 This is identical to 0.7.0 whose CI failed uploading --- httptools/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httptools/_version.py b/httptools/_version.py index fc14bce..9dd51c1 100644 --- a/httptools/_version.py +++ b/httptools/_version.py @@ -10,4 +10,4 @@ # supported platforms, publish the packages on PyPI, merge the PR # to the target branch, create a Git tag pointing to the commit. -__version__ = '0.7.0' +__version__ = '0.7.1'