diff --git a/http_parser/__init__.py b/http_parser/__init__.py index 128b7a8..1b863e6 100644 --- a/http_parser/__init__.py +++ b/http_parser/__init__.py @@ -3,5 +3,5 @@ # This file is part of http_parser released under the MIT license. # See the NOTICE for more information. -version_info = (0, 8, 2) +version_info = (0, 8, 3) __version__ = ".".join(map(str, version_info))