version bump
authorKenneth Reitz <me@kennethreitz.com>
Sun, 15 May 2011 03:57:53 +0000 (23:57 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sun, 15 May 2011 03:57:53 +0000 (23:57 -0400)
requests/core.py

index 3c32d67c632801c9b44d078058e5aa77a9cd997b..a8b6b5c70dd54966417eff5969585d5f1b3688b5 100644 (file)
@@ -12,8 +12,8 @@ This module implements the main Requests system.
 """
 
 __title__ = 'requests'
-__version__ = '0.3.4'
-__build__ = 0x000304
+__version__ = '0.4.0'
+__build__ = 0x000400
 __author__ = 'Kenneth Reitz'
 __license__ = 'ISC'
 __copyright__ = 'Copyright 2011 Kenneth Reitz'