Roll version to 0.2.1

This commit is contained in:
Paul Makepeace 2011-07-21 17:12:20 +00:00
parent 8e07662e65
commit 3bed3c04c3
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(name='refine-client',
version='0.1.0',
version='0.2.1',
description=('The Google Refine Python Client Library provides an '
'interface to communicating with a Google Refine server.'),
long_description=read('README.rst'),