From 48cd80b5548dbb097ceee0270e4d48a5a1ab179b Mon Sep 17 00:00:00 2001 From: benoitc Date: Fri, 30 Aug 2013 13:27:40 +0200 Subject: [PATCH] bump to 0.8.2 --- 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 73ccaa3..128b7a8 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, 1) +version_info = (0, 8, 2) __version__ = ".".join(map(str, version_info))