diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2010-09-20 21:39:27 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2010-09-20 21:39:27 -0400 |
| commit | 7364995eaabf49d35652754158151a232af08a22 (patch) | |
| tree | 116f6a331365b3122fc3b3a5ef099d6b15a8944e /setup.py | |
| parent | 3407170b99772c6155498372ac41ca663c1961ec (diff) | |
| download | tablib-7364995eaabf49d35652754158151a232af08a22.tar.gz | |
Version bump (v0.7.1)
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ if sys.argv[-1] == "publish": setup( name='tablib', - version='0.7.0', + version='0.7.1', description='Format agnostic tabular data library (XLS, JSON, YAML, CSV)', long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(), |
