summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2010-09-20 21:39:27 -0400
committerKenneth Reitz <me@kennethreitz.com>2010-09-20 21:39:27 -0400
commit7364995eaabf49d35652754158151a232af08a22 (patch)
tree116f6a331365b3122fc3b3a5ef099d6b15a8944e /setup.py
parent3407170b99772c6155498372ac41ca663c1961ec (diff)
downloadtablib-7364995eaabf49d35652754158151a232af08a22.tar.gz
Version bump (v0.7.1)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c853439..8816512 100644
--- a/setup.py
+++ b/setup.py
@@ -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(),