From 3a4f6ba8b3429b233dada1dddb2fe859119ba494 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 26 Oct 2011 18:36:14 -0400 Subject: [PATCH] v0.7.4 --- requests/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requests/__init__.py b/requests/__init__.py index 2d9fa113..cd7d9d72 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'