diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2010-09-20 21:39:47 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2010-09-20 21:39:47 -0400 |
| commit | dc21825f346e2c422c7a3ebc180cce62726aaaa7 (patch) | |
| tree | 116f6a331365b3122fc3b3a5ef099d6b15a8944e /setup.py | |
| parent | fbcc3b60af5e3afa4459d9352b4cdadd2db7d183 (diff) | |
| parent | 7364995eaabf49d35652754158151a232af08a22 (diff) | |
| download | tablib-0.7.1.tar.gz | |
Merge branch 'release/0.7.1'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(), |
