From: Kenneth Reitz Date: Wed, 26 Oct 2011 22:36:14 +0000 (-0400) Subject: v0.7.4 X-Git-Tag: v0.7.4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3a4f6ba8b3429b233dada1dddb2fe859119ba494;p=services%2Fpython-requests.git v0.7.4 --- diff --git a/requests/__init__.py b/requests/__init__.py index 2d9fa11..cd7d9d7 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -15,8 +15,8 @@ requests """ __title__ = 'requests' -__version__ = '0.7.3' -__build__ = 0x000703 +__version__ = '0.7.4' +__build__ = 0x000704 __author__ = 'Kenneth Reitz' __license__ = 'ISC' __copyright__ = 'Copyright 2011 Kenneth Reitz'