v2.0.0
authorKenneth Reitz <me@kennethreitz.com>
Tue, 24 Sep 2013 18:19:07 +0000 (14:19 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Tue, 24 Sep 2013 18:19:07 +0000 (14:19 -0400)
requests/__init__.py

index 6a5f283f874881d6aa2993e97cb3e752403ef99a..837f0df9a4a6dac12916e1ec753c4acbd3f0ecc8 100644 (file)
@@ -42,8 +42,8 @@ is at <http://python-requests.org>.
 """
 
 __title__ = 'requests'
-__version__ = '1.2.3'
-__build__ = 0x010203
+__version__ = '2.0.0'
+__build__ = 0x020000
 __author__ = 'Kenneth Reitz'
 __license__ = 'Apache 2.0'
 __copyright__ = 'Copyright 2013 Kenneth Reitz'