From 446dc03a2647d9e9b83e605a67b7a8423ad2ac53 Mon Sep 17 00:00:00 2001 From: Samarth Jugran Date: Tue, 20 Aug 2024 23:05:23 +0530 Subject: [PATCH] release 1.6.0 --- lyrics/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lyrics/__init__.py b/lyrics/__init__.py index 07c2e44..d39efb0 100644 --- a/lyrics/__init__.py +++ b/lyrics/__init__.py @@ -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