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'))