From a2f59584e499c27464e1d1e36b442541a52418d6 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 29 Aug 2010 23:21:37 -0400 Subject: [PATCH] Version bump (v0.0.3) --- tablib/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tablib/core.py b/tablib/core.py index a9ce1e2..1032013 100644 --- a/tablib/core.py +++ b/tablib/core.py @@ -11,8 +11,8 @@ import csv -__version__ = '0.0.2' -__build__ = '0x000002' +__version__ = '0.0.3' +__build__ = '0x000003' __author__ = 'Kenneth Reitz' __license__ = 'MIT' __copyright__ = 'Copyright 2010 Kenneth Reitz'