pre-version bump

This commit is contained in:
Kenneth Reitz
2011-03-23 04:24:25 -04:00
parent 8b575df419
commit 1b97b7191e
+1 -1
View File
@@ -22,7 +22,7 @@ if sys.version_info[:2] < (2,6):
setup(
name='tablib',
version='0.9.4',
version='0.9.5',
description='Format agnostic tabular data library (XLS, JSON, YAML, CSV)',
long_description=open('README.rst').read() + '\n\n' +
open('HISTORY.rst').read(),