Skip to content

Commit b096764

Browse files
committed
bump to 0.8.3
1 parent 6683814 commit b096764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http_parser/__init__.py

Lines changed: 1 addition & 1 deletion
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, 8, 2)
6+
version_info = (0, 8, 3)
77
__version__ = ".".join(map(str, version_info))

0 commit comments

Comments
 (0)