v0.2.0
authorKenneth Reitz <me@kennethreitz.com>
Mon, 14 Feb 2011 04:35:53 +0000 (23:35 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Mon, 14 Feb 2011 04:35:53 +0000 (23:35 -0500)
setup.py

index e0313ea..9b3bec0 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ required = []
 
 setup(
        name='requests',
-       version='0.0.1',
+       version='0.2.0',
        description='Python HTTP Library that\'s actually usable.',
        long_description=open('README.rst').read() + '\n\n' +
                         open('HISTORY.rst').read(),