From b4be7b2f142bcbadd5a15335e8b2ddaf0d460b62 Mon Sep 17 00:00:00 2001 From: Niru Maheswaranathan Date: Fri, 7 Oct 2016 11:51:07 -0700 Subject: [PATCH] Bumping version --- tableprint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tableprint.py b/tableprint.py index 34606a1..7bfe4b3 100644 --- a/tableprint.py +++ b/tableprint.py @@ -19,7 +19,7 @@ import numpy as np __all__ = ('table', 'header', 'row', 'hr', 'top', 'bottom', 'banner', 'dataframe', 'humantime', 'styles') -__version__ = '0.5.1' +__version__ = '0.5.2' # set up table styles LineStyle = namedtuple('LineStyle', ('begin', 'hline', 'sep', 'end'))