Roll version to 0.2.1
This commit is contained in:
parent
8e07662e65
commit
3bed3c04c3
2
setup.py
2
setup.py
|
@ -24,7 +24,7 @@ def read(fname):
|
||||||
return open(os.path.join(os.path.dirname(__file__), fname)).read()
|
return open(os.path.join(os.path.dirname(__file__), fname)).read()
|
||||||
|
|
||||||
setup(name='refine-client',
|
setup(name='refine-client',
|
||||||
version='0.1.0',
|
version='0.2.1',
|
||||||
description=('The Google Refine Python Client Library provides an '
|
description=('The Google Refine Python Client Library provides an '
|
||||||
'interface to communicating with a Google Refine server.'),
|
'interface to communicating with a Google Refine server.'),
|
||||||
long_description=read('README.rst'),
|
long_description=read('README.rst'),
|
||||||
|
|
Loading…
Reference in New Issue