From 51360e1ede1fd48ff46117ff36737cf4bca411a5 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 14 May 2011 23:57:53 -0400 Subject: [PATCH] version bump --- requests/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requests/core.py b/requests/core.py index 3c32d67..a8b6b5c 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.4' -__build__ = 0x000304 +__version__ = '0.4.0' +__build__ = 0x000400 __author__ = 'Kenneth Reitz' __license__ = 'ISC' __copyright__ = 'Copyright 2011 Kenneth Reitz' -- 2.34.1