Skip to content

Commit

Permalink
release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jugran committed Aug 20, 2024
1 parent 2415add commit 446dc03
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-dev'
__version__ = '1.6.0'

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

0 comments on commit 446dc03

Please sign in to comment.