Bumping version

This commit is contained in:
Niru Maheswaranathan
2016-05-03 17:35:38 -07:00
parent f898aa7bf1
commit 10a5044e6b

View File

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