summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-05-13 01:13:25 -0400
committerKenneth Reitz <me@kennethreitz.com>2011-05-13 01:13:25 -0400
commite5259cbb58092184fdeb4d0635c57480164cb1ce (patch)
tree184788c39447158e700e175323ab05707e666b74 /setup.py
parent56ef89424f923e29dfbedf29429dac0c2ecdc341 (diff)
downloadtablib-e5259cbb58092184fdeb4d0635c57480164cb1ce.tar.gz
version bump
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 850f915..307307f 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ if sys.version_info[:2] < (2,6):
setup(
name='tablib',
- version='0.9.6',
+ version='0.9.7',
description='Format agnostic tabular data library (XLS, JSON, YAML, CSV)',
long_description=open('README.rst').read() + '\n\n' +
open('HISTORY.rst').read(),