From fa1db9581477b8748b76344623e9b3eb8f77f4f9 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 14 May 2011 14:30:36 -0400 Subject: [PATCH] Version bump: v0.3.4 --- requests/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' -- 2.7.4