summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-02-18 03:34:59 -0500
committerKenneth Reitz <me@kennethreitz.com>2011-02-18 03:34:59 -0500
commit1cc0f7d1f47e293d287388259544c8d4c8fa1f9e (patch)
tree741c00ab367fbf51403ee8789d2e7bba466de9e6
parentf685bf548efe1969620e40b38244b99cd6935f2a (diff)
downloadtablib-1cc0f7d1f47e293d287388259544c8d4c8fa1f9e.tar.gz
Version Bump (v0.9.4)
-rw-r--r--setup.py2
-rw-r--r--tablib/core.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index bc7c865..c9974b0 100644
--- a/setup.py
+++ b/setup.py
@@ -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(),
diff --git a/tablib/core.py b/tablib/core.py
index 84fc482..48ffddb 100644
--- a/tablib/core.py
+++ b/tablib/core.py
@@ -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'