v1.0.4
authorKenneth Reitz <me@kennethreitz.com>
Sun, 23 Dec 2012 06:15:14 +0000 (01:15 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Sun, 23 Dec 2012 06:15:14 +0000 (01:15 -0500)
requests/__init__.py

index 0888658..ef34a74 100644 (file)
@@ -42,8 +42,8 @@ is at <http://python-requests.org>.
 """
 
 __title__ = 'requests'
-__version__ = '1.0.3'
-__build__ = 0x01003
+__version__ = '1.0.4'
+__build__ = 0x01004
 __author__ = 'Kenneth Reitz'
 __license__ = 'Apache 2.0'
 __copyright__ = 'Copyright 2012 Kenneth Reitz'