mirror of
https://github.com/KevinMidboe/tableprint.git
synced 2025-10-29 09:50:17 +00:00
Bumping version
This commit is contained in:
@@ -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'))
|
||||||
|
|||||||
Reference in New Issue
Block a user