From b096764c593548574426294fc10285dbbd3c942c Mon Sep 17 00:00:00 2001 From: benoitc Date: Fri, 30 Aug 2013 16:16:45 +0200 Subject: [PATCH] bump to 0.8.3 --- http_parser/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))