Skip to content

Commit

Permalink
httptools 0.6.1
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
fantix committed Oct 16, 2023
1 parent 51af369 commit de13727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httptools/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.0'
__version__ = '0.6.1'

0 comments on commit de13727

Please sign in to comment.