From a3a928c7f173ceab284a3e01ded04c1d0fd91189 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 8 May 2012 01:21:48 -0400 Subject: [PATCH] gah --- requests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requests/__init__.py b/requests/__init__.py index 38e5bc61..483ac877 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -15,7 +15,7 @@ requests """ __title__ = 'requests' -__version__ = '0.12.01' +__version__ = '0.12.1' __build__ = 0x001201 __author__ = 'Kenneth Reitz' __license__ = 'ISC'