diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2010-10-04 11:38:28 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2010-10-04 11:38:28 -0400 |
| commit | bcd0e37a655b9bddbf33e1c7882c03e70e943abe (patch) | |
| tree | adc4fc932f9c6b8a7825d6f90f447c5d008a327c /setup.py | |
| parent | 8c92e878a3a83f2e7d0c6cf3a1fe4a2f1ef59dba (diff) | |
| download | tablib-bcd0e37a655b9bddbf33e1c7882c03e70e943abe.tar.gz | |
Version bump.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ if sys.argv[-1] == "publish": setup( name='tablib', - version='0.8.1', + version='0.8.2', description='Format agnostic tabular data library (XLS, JSON, YAML, CSV)', long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(), |
