Bump version

This commit is contained in:
Georgios Verigakis
2021-07-28 09:51:10 +03:00
parent ca6310204e
commit e3dbaf52e1

View File

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