From a45197cc10eba6b4d27f4d215bf829994cece644 Mon Sep 17 00:00:00 2001 From: Niru Maheswaranathan Date: Tue, 3 May 2016 23:18:54 -0700 Subject: [PATCH] Bumping version --- tableprint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tableprint.py b/tableprint.py index c49abbd..589b6d0 100644 --- a/tableprint.py +++ b/tableprint.py @@ -18,7 +18,7 @@ import sys import numpy as np __all__ = ['table', 'header', 'row', 'hr', 'top', 'bottom', 'banner', 'dataframe', 'humantime'] -__version__ = '0.4.1' +__version__ = '0.4.2' # set up table styles LineStyle = namedtuple('LineStyle', ('begin', 'hline', 'sep', 'end'))