Skip to content

Commit

Permalink
version 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jugran committed Apr 23, 2022
1 parent 42cc8d3 commit 75ab886
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.4-dev'
__version__ = '1.4.4'

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

0 comments on commit 75ab886

Please sign in to comment.