bump version

This commit is contained in:
Niru Maheswaranathan
2015-10-02 10:33:18 -07:00
parent c98b6607ff
commit 695eba1fa1

View File

@@ -14,7 +14,7 @@ except ImportError:
# exports
__all__ = ['table', 'row', 'header', 'hr', 'humantime', 'frame']
__version__ = '0.1.5'
__version__ = '0.1.6'
def table(data, headers, format_spec='5g', column_width=10, outer_char='|', corner_char='+', line_char='-'):