From: Kenneth Reitz Date: Mon, 14 Feb 2011 04:35:53 +0000 (-0500) Subject: v0.2.0 X-Git-Tag: v0.2.0~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f4ce17a29ead608a42649b3fec4a85b9911dbc9;p=services%2Fpython-requests.git v0.2.0 --- diff --git a/setup.py b/setup.py index e0313ea..9b3bec0 100644 --- 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(),