Skip to content

Commit 019f72c

Browse files
committed
bump to 0.8.0
1 parent da6484b commit 019f72c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

http_parser/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# This file is part of http_parser released under the MIT license.
44
# See the NOTICE for more information.
55

6-
version_info = (0, 7, 12)
6+
version_info = (0, 8, 0)
77
__version__ = ".".join(map(str, version_info))

setup.py

-2
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,3 @@ def run_setup(with_binary):
158158

159159
if __name__ == "__main__":
160160
run_setup(not IS_PYPY)
161-
162-

0 commit comments

Comments
 (0)