Bumping version

This commit is contained in:
Niru Maheswaranathan
2016-10-07 11:51:07 -07:00
parent a44d0dafa1
commit b4be7b2f14

View File

@@ -19,7 +19,7 @@ import numpy as np
__all__ = ('table', 'header', 'row', 'hr', 'top', 'bottom', __all__ = ('table', 'header', 'row', 'hr', 'top', 'bottom',
'banner', 'dataframe', 'humantime', 'styles') 'banner', 'dataframe', 'humantime', 'styles')
__version__ = '0.5.1' __version__ = '0.5.2'
# set up table styles # set up table styles
LineStyle = namedtuple('LineStyle', ('begin', 'hline', 'sep', 'end')) LineStyle = namedtuple('LineStyle', ('begin', 'hline', 'sep', 'end'))