Version bump (v0.9.2)

This commit is contained in:
Kenneth Reitz
2010-11-17 20:58:50 -05:00
parent 1aa275bf99
commit 823a543f41
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ required = []
setup(
name='tablib',
version='0.9.1',
version='0.9.2',
description='Format agnostic tabular data library (XLS, JSON, YAML, CSV)',
long_description=open('README.rst').read() + '\n\n' +
open('HISTORY.rst').read(),
+2 -2
View File
@@ -15,8 +15,8 @@ from tablib import formats
__title__ = 'tablib'
__version__ = '0.9.1'
__build__ = 0x000901
__version__ = '0.9.2'
__build__ = 0x000902
__author__ = 'Kenneth Reitz'
__license__ = 'MIT'
__copyright__ = 'Copyright 2010 Kenneth Reitz'