version bump

This commit is contained in:
Kenneth Reitz
2011-05-13 01:13:25 -04:00
parent 56ef89424f
commit e5259cbb58
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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(),