v1.0.2 v1.0.2
authorKenneth Reitz <me@kennethreitz.com>
Mon, 17 Dec 2012 18:58:33 +0000 (13:58 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Mon, 17 Dec 2012 18:58:33 +0000 (13:58 -0500)
requests/__init__.py

index c22313d..8fbe3eb 100644 (file)
@@ -42,8 +42,8 @@ is at <http://python-requests.org>.
 """
 
 __title__ = 'requests'
-__version__ = '1.0.1'
-__build__ = 0x01001
+__version__ = '1.0.2'
+__build__ = 0x01002
 __author__ = 'Kenneth Reitz'
 __license__ = 'Apache 2.0'
 __copyright__ = 'Copyright 2012 Kenneth Reitz'