Skip to content

Commit

Permalink
add lyrics cycle keybind, resolves #12
Browse files Browse the repository at this point in the history
  • Loading branch information
Jugran committed Aug 20, 2024
1 parent 2c93a84 commit 6724208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lyrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

CONFIG_PATH = Path.home().joinpath('.config', 'lyrics-in-terminal', 'lyrics.cfg')

__version__ = '1.6.0'
__version__ = '1.7.0-dev'

if not CONFIG_PATH.exists():
from shutil import copy
Expand Down

0 comments on commit 6724208

Please sign in to comment.