Skip to content

Commit

Permalink
version 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jugran committed Jul 5, 2021
1 parent 43b69a7 commit 7d037c8
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.4.2-dev'
__version__ = '1.4.2'

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

0 comments on commit 7d037c8

Please sign in to comment.