We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da6484b commit 019f72cCopy full SHA for 019f72c
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, 12)
+version_info = (0, 8, 0)
7
__version__ = ".".join(map(str, version_info))
setup.py
@@ -158,5 +158,3 @@ def run_setup(with_binary):
158
159
if __name__ == "__main__":
160
run_setup(not IS_PYPY)
161
-
162
0 commit comments