We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71b0d8 commit 09f7e7eCopy full SHA for 09f7e7e
http_parser/__init__.py
@@ -3,5 +3,5 @@
3
# This file is part of http_parser released under the MIT license.
4
# See the NOTICE for more information.
5
6
-version_info = (0, 7, 4)
+version_info = (0, 7, 5)
7
__version__ = ".".join(map(str, version_info))
0 commit comments