v0.8.3
authorKenneth Reitz <me@kennethreitz.com>
Sun, 27 Nov 2011 15:06:39 +0000 (10:06 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Sun, 27 Nov 2011 15:06:39 +0000 (10:06 -0500)
requests/__init__.py

index 9d2319a..e09c834 100644 (file)
@@ -15,8 +15,8 @@ requests
 """
 
 __title__ = 'requests'
-__version__ = '0.8.2'
-__build__ = 0x000802
+__version__ = '0.8.3'
+__build__ = 0x000803
 __author__ = 'Kenneth Reitz'
 __license__ = 'ISC'
 __copyright__ = 'Copyright 2011 Kenneth Reitz'