From 7044896d562f8d32f8bdf084ae1ac20ff567bfb4 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 30 Aug 2010 03:58:27 -0400 Subject: [PATCH] 0.0.4. --- tablib/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tablib/core.py b/tablib/core.py index 37db6ab..9404703 100644 --- a/tablib/core.py +++ b/tablib/core.py @@ -24,8 +24,8 @@ except ImportError, why: __all__ = ['Dataset', 'source'] -__version__ = '0.0.3' -__build__ = '0x000003' +__version__ = '0.0.4' +__build__ = '0x000004' __author__ = 'Kenneth Reitz' __license__ = 'MIT' __copyright__ = 'Copyright 2010 Kenneth Reitz'