diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2011-01-31 01:33:00 -0500 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2011-01-31 01:33:00 -0500 |
| commit | e8b44b57779b6374fbee3e5dc2b7dc1091e1cf5c (patch) | |
| tree | 910e6f689bc85ec3faeaf707f12dd564c8831579 /setup.py | |
| parent | a0822bc9b091ca6b613aac71afc39acf0665a1e1 (diff) | |
| download | tablib-e8b44b57779b6374fbee3e5dc2b7dc1091e1cf5c.tar.gz | |
Version bump.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ required = [] setup( name='tablib', - version='0.9.2', + version='0.9.3', description='Format agnostic tabular data library (XLS, JSON, YAML, CSV)', long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(), |
