From: Kenneth Reitz Date: Sun, 22 Jan 2012 01:00:12 +0000 (-0500) Subject: build number X-Git-Tag: v0.10.0~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ada98899f87a9118b026a547ee5d5ecda47bcfe8;p=services%2Fpython-requests.git build number --- diff --git a/requests/__init__.py b/requests/__init__.py index 82e9200..e3300cf 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'