Skip to content

Commit 32f30c5

Browse files
committed
httptools 0.3.0
This release has no functional changes, only packaging: Python 3.5 is EOL, so wheels are no longer built, and Python 3.10 has been added to the roster along with aarch64 wheels on Linux and universal2 wheels on macOS. Changes: * Use cibuildwheel to build release wheels (by @elprans in 2f57b6b)
1 parent 2f57b6b commit 32f30c5

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.2.0'
13+
__version__ = '0.3.0'

0 commit comments

Comments
 (0)