v0.2.3
authorKenneth Reitz <me@kennethreitz.com>
Tue, 15 Feb 2011 14:46:46 +0000 (09:46 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Tue, 15 Feb 2011 14:46:46 +0000 (09:46 -0500)
setup.py

index 727834c5dd4fd94dc46567d4e8540ff027b5d403..58edb452ed575c0c576807b9463da53370507e4b 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ required = []
 
 setup(
        name='requests',
-       version='0.2.2',
+       version='0.2.3',
        description='Awesome Python HTTP Library that\'s actually usable.',
        long_description=open('README.rst').read() + '\n\n' +
                         open('HISTORY.rst').read(),