From a2ed91d7c07bedd31d117fc2a3880305c81ecdfd Mon Sep 17 00:00:00 2001 From: Fantix King Date: Mon, 14 Oct 2024 13:09:55 -0400 Subject: [PATCH] httptools 0.6.2 Fixes ===== * Fix build and run tests on Python 3.13 (#107) (by @jameshilliard @tacaswell @fafanoulele @fantix in ad9765b3 for #98 #104) --- httptools/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httptools/_version.py b/httptools/_version.py index 51078cc..c1c278c 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.6.1' +__version__ = '0.6.2'