From 695eba1fa18aa845cff96ee7444cfd060d45c673 Mon Sep 17 00:00:00 2001 From: Niru Maheswaranathan Date: Fri, 2 Oct 2015 10:33:18 -0700 Subject: [PATCH] bump version --- tableprint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tableprint.py b/tableprint.py index d96584e..502ec73 100644 --- a/tableprint.py +++ b/tableprint.py @@ -14,7 +14,7 @@ except ImportError: # exports __all__ = ['table', 'row', 'header', 'hr', 'humantime', 'frame'] -__version__ = '0.1.5' +__version__ = '0.1.6' def table(data, headers, format_spec='5g', column_width=10, outer_char='|', corner_char='+', line_char='-'):