Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
verigak committed Jul 28, 2021
1 parent ca63102 commit e3dbaf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion progress/__init__.py
Expand Up @@ -24,7 +24,7 @@
from time import time as monotonic


__version__ = '1.5'
__version__ = '1.6'

HIDE_CURSOR = '\x1b[?25l'
SHOW_CURSOR = '\x1b[?25h'
Expand Down

0 comments on commit e3dbaf5

Please sign in to comment.