From 28d9af852ad8cc5def501596da90c2f41ee74e06 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 21 Jun 2011 20:04:48 -0400 Subject: [PATCH] 0.9.9 --- tablib/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tablib/core.py b/tablib/core.py index e93d454..482ad32 100644 --- a/tablib/core.py +++ b/tablib/core.py @@ -18,8 +18,8 @@ from tablib.compat import OrderedDict __title__ = 'tablib' -__version__ = '0.9.8' -__build__ = 0x000908 +__version__ = '0.9.9' +__build__ = 0x000909 __author__ = 'Kenneth Reitz' __license__ = 'MIT' __copyright__ = 'Copyright 2011 Kenneth Reitz'