From b47effe5d890edec7cb1b9ffc2bd9a2625246d60 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 1 Feb 2012 13:35:34 -0500 Subject: [PATCH] test #2 --- requests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requests/__init__.py b/requests/__init__.py index 26582b5..5436f89 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -15,7 +15,7 @@ requests """ __title__ = 'requests' -__version__ = '0.10.3' +__version__ = '0.10.2' __build__ = 0x001002 __author__ = 'Kenneth Reitz' __license__ = 'ISC' -- 2.34.1