Version bump (v0.7.0).

This commit is contained in:
Kenneth Reitz
2010-09-20 14:18:18 -04:00
parent 81445aeec8
commit e8f5e023c4
3 changed files with 34 additions and 13 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ if sys.argv[-1] == "publish":
setup(
name='tablib',
version='0.6.4',
version='0.7.0',
description='Format agnostic tabular data library (XLS, JSON, YAML, CSV)',
long_description=open('README.rst').read() + '\n\n' +
open('HISTORY.rst').read(),