Bump version

This commit is contained in:
Georgios Verigakis
2019-03-06 09:25:32 +02:00
parent 61627a8642
commit efeb57282b

View File

@@ -24,7 +24,7 @@ except ImportError:
from time import time as monotonic
__version__ = '1.4'
__version__ = '1.5'
HIDE_CURSOR = '\x1b[?25l'
SHOW_CURSOR = '\x1b[?25h'