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 6683814 commit b096764Copy full SHA for b096764
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, 8, 2)
+version_info = (0, 8, 3)
7
__version__ = ".".join(map(str, version_info))
0 commit comments