diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2010-09-20 09:21:22 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2010-09-20 09:21:22 -0400 |
| commit | 551fc90461305a28af088c219ff17fade1d6f4c0 (patch) | |
| tree | 9f3368125b51970060490c88f8c1fca092091df9 /setup.py | |
| parent | 04a16afa58d0b7451d452ede8a549d2bf1f5207a (diff) | |
| parent | 3b44349090daa69e298f5d63925deca29e7cc06f (diff) | |
| download | tablib-0.6.4.tar.gz | |
Merge branch 'release/0.6.4'v0.6.4
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.6.3', + version='0.6.4', description='Format agnostic tabular data library (XLS, JSON, YAML, CSV)', long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(), |
