v0.10.6 v0.10.6
authorKenneth Reitz <me@kennethreitz.com>
Sun, 26 Feb 2012 04:17:45 +0000 (23:17 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Sun, 26 Feb 2012 04:17:45 +0000 (23:17 -0500)
requests/__init__.py

index 0c96ec2..256f190 100644 (file)
@@ -15,8 +15,8 @@ requests
 """
 
 __title__ = 'requests'
-__version__ = '0.10.5'
-__build__ = 0x001005
+__version__ = '0.10.6'
+__build__ = 0x001006
 __author__ = 'Kenneth Reitz'
 __license__ = 'ISC'
 __copyright__ = 'Copyright 2012 Kenneth Reitz'