From 9362d3283b1c5d955bc5ec1f037979187c2eb62e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 13 Sep 2010 15:51:15 -0400 Subject: [PATCH] Version bump (v0.6.1) --- tablib/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tablib/core.py b/tablib/core.py index f21bb88..f555bd0 100644 --- a/tablib/core.py +++ b/tablib/core.py @@ -24,8 +24,8 @@ import yaml __all__ = ['Dataset', 'DataBook', 'source'] __name__ = 'tablib' -__version__ = '0.6.0' -__build__ = 0x000600 +__version__ = '0.6.1' +__build__ = 0x000601 __author__ = 'Kenneth Reitz' __license__ = 'MIT' __copyright__ = 'Copyright 2010 Kenneth Reitz'