Skip to content

Commit de13727

Browse files
committed
httptools 0.6.1
Changes ======= * Explicit Python 3.12 support and build wheels, change min version to 3.8 (#95) (by @tiptenbrink in 25f412b for #95) * Do not install the *.c sources in wheels (#73) (by @hroncok in b2fc5bd for #73)
1 parent 51af369 commit de13727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httptools/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
# supported platforms, publish the packages on PyPI, merge the PR
1111
# to the target branch, create a Git tag pointing to the commit.
1212

13-
__version__ = '0.6.0'
13+
__version__ = '0.6.1'

0 commit comments

Comments
 (0)