v0.10.4 v0.10.4
authorKenneth Reitz <me@kennethreitz.com>
Mon, 20 Feb 2012 21:21:25 +0000 (16:21 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Mon, 20 Feb 2012 21:21:25 +0000 (16:21 -0500)
requests/__init__.py

index 03efdcd..997781f 100644 (file)
@@ -15,8 +15,8 @@ requests
 """
 
 __title__ = 'requests'
-__version__ = '0.10.3'
-__build__ = 0x001003
+__version__ = '0.10.4'
+__build__ = 0x001004
 __author__ = 'Kenneth Reitz'
 __license__ = 'ISC'
 __copyright__ = 'Copyright 2012 Kenneth Reitz'