From: Kenneth Reitz Date: Sun, 23 Oct 2011 19:18:27 +0000 (-0400) Subject: v0.7.1 X-Git-Tag: v0.7.1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02cf3dce3786becb89f631185e8207080b0b726c;p=services%2Fpython-requests.git v0.7.1 --- diff --git a/requests/__init__.py b/requests/__init__.py index fdaaf06..bf699c5 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -15,8 +15,8 @@ requests """ __title__ = 'requests' -__version__ = '0.7.0' -__build__ = 0x000700 +__version__ = '0.7.1' +__build__ = 0x000701 __author__ = 'Kenneth Reitz' __license__ = 'ISC' __copyright__ = 'Copyright 2011 Kenneth Reitz'