From ada98899f87a9118b026a547ee5d5ecda47bcfe8 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 21 Jan 2012 20:00:12 -0500 Subject: [PATCH] build number --- requests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requests/__init__.py b/requests/__init__.py index 82e92006..e3300cfe 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -16,7 +16,7 @@ requests __title__ = 'requests' __version__ = '0.10.0' -__build__ = 0x000903 +__build__ = 0x001000 __author__ = 'Kenneth Reitz' __license__ = 'ISC' __copyright__ = 'Copyright 2012 Kenneth Reitz'