diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2010-09-14 00:02:14 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2010-09-14 00:02:14 -0400 |
| commit | d0c8df95a3f7234414fe6b7df72cae52b55f6af8 (patch) | |
| tree | 25b28d2d9518976bec1ef21496e9e5962b5f9bf3 /setup.py | |
| parent | bb4e97f8aae83f3f98f265c3cf2c98e0418c83d0 (diff) | |
| download | tablib-d0c8df95a3f7234414fe6b7df72cae52b55f6af8.tar.gz | |
Version bump. v0.6.3.
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.2', + version='0.6.3', description='Format agnostic tabular data library (XLS, JSON, YAML, CSV)', long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(), |
