v0.8.0
authorKenneth Reitz <me@kennethreitz.com>
Sun, 23 Oct 2011 22:28:32 +0000 (18:28 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sun, 23 Oct 2011 22:28:32 +0000 (18:28 -0400)
requests/__init__.py

index 68c7a08..feb617e 100644 (file)
@@ -15,8 +15,8 @@ requests
 """
 
 __title__ = 'requests'
-__version__ = '0.7.2'
-__build__ = 0x000702
+__version__ = '0.8.0'
+__build__ = 0x000800
 __author__ = 'Kenneth Reitz'
 __license__ = 'ISC'
 __copyright__ = 'Copyright 2011 Kenneth Reitz'