From ff069b160433f322426e135974590756bdc9054e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 8 Sep 2010 18:07:52 -0400 Subject: [PATCH] version bump --- tablib/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tablib/core.py b/tablib/core.py index 6ce9316..56322a6 100644 --- a/tablib/core.py +++ b/tablib/core.py @@ -25,8 +25,8 @@ except ImportError, why: __all__ = ['Dataset', 'source'] __name__ = 'tablib' -__version__ = '0.0.4' -__build__ = '0x000004' +__version__ = '0.0.5' +__build__ = '0x000005' __author__ = 'Kenneth Reitz' __license__ = 'MIT' __copyright__ = 'Copyright 2010 Kenneth Reitz'