v0.7.1 v0.7.1
authorKenneth Reitz <me@kennethreitz.com>
Sun, 23 Oct 2011 19:18:27 +0000 (15:18 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sun, 23 Oct 2011 19:18:27 +0000 (15:18 -0400)
requests/__init__.py

index fdaaf068b40ca4cf8f6efb6c460ed26c28fcedce..bf699c5a918198e1da255298631cb416191a6483 100644 (file)
@@ -15,8 +15,8 @@ requests
 """
 
 __title__ = 'requests'
-__version__ = '0.7.0'
-__build__ = 0x000700
+__version__ = '0.7.1'
+__build__ = 0x000701
 __author__ = 'Kenneth Reitz'
 __license__ = 'ISC'
 __copyright__ = 'Copyright 2011 Kenneth Reitz'