Version Bump (v0.9.4)

This commit is contained in:
Kenneth Reitz
2011-02-18 03:34:59 -05:00
parent f685bf548e
commit 1cc0f7d1f4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ if sys.version_info < (2,6):
setup(
name='tablib',
version='0.9.3',
version='0.9.4',
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
@@ -21,8 +21,8 @@ except ImportError:
__title__ = 'tablib'
__version__ = '0.9.3'
__build__ = 0x000903
__version__ = '0.9.4'
__build__ = 0x000904
__author__ = 'Kenneth Reitz'
__license__ = 'MIT'
__copyright__ = 'Copyright 2011 Kenneth Reitz'