From 10a5044e6bee6cff84db982f938060a79c096642 Mon Sep 17 00:00:00 2001 From: Niru Maheswaranathan Date: Tue, 3 May 2016 17:35:38 -0700 Subject: [PATCH] Bumping version --- tableprint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tableprint.py b/tableprint.py index 68d940c..131993d 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.3.1' +__version__ = '0.3.2' # set up table styles LineStyle = namedtuple('LineStyle', ('begin', 'hline', 'sep', 'end'))