From: Kenneth Reitz Date: Sat, 14 May 2011 18:30:36 +0000 (-0400) Subject: Version bump: v0.3.4 X-Git-Tag: v0.3.4^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa1db9581477b8748b76344623e9b3eb8f77f4f9;p=services%2Fpython-requests.git Version bump: v0.3.4 --- diff --git a/requests/core.py b/requests/core.py index a07fca2..e5231c4 100644 --- a/requests/core.py +++ b/requests/core.py @@ -12,8 +12,8 @@ This module implements the main Requests system. """ __title__ = 'requests' -__version__ = '0.3.3' -__build__ = 0x000303 +__version__ = '0.3.4' +__build__ = 0x000304 __author__ = 'Kenneth Reitz' __license__ = 'ISC' __copyright__ = 'Copyright 2011 Kenneth Reitz'