diff --git a/lrcfetch/__init__.py b/lrcfetch/__init__.py index 3dc1f76..ae73625 100644 --- a/lrcfetch/__init__.py +++ b/lrcfetch/__init__.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.1.3" diff --git a/lrcfetch/fetchers/qqmusic.py b/lrcfetch/fetchers/qqmusic.py index 9f90ca9..e6cd63a 100644 --- a/lrcfetch/fetchers/qqmusic.py +++ b/lrcfetch/fetchers/qqmusic.py @@ -1,9 +1,11 @@ """ +Author: Uyanide pywang0608@foxmail.com +Date: 2026-03-31 01:54:02 Description: QQ Music fetcher via self-hosted API proxy """ """ -Requires a running qq-music-api instance (Cloudflare Worker). +Requires a running qq-music-api instance. The base URL is read from the QQ_MUSIC_API_URL environment variable. Search → pick best match by duration → fetch LRC lyrics. diff --git a/pyproject.toml b/pyproject.toml index 3eca0f5..d75ea1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "lrcfetch" -version = "0.1.2" +version = "0.1.3" description = "Fetch line-synced lyrics for your music player." readme = "README.md" requires-python = ">=3.13" diff --git a/uv.lock b/uv.lock index 8f08976..6e48582 100644 --- a/uv.lock +++ b/uv.lock @@ -153,7 +153,7 @@ wheels = [ [[package]] name = "lrcfetch" -version = "0.1.2" +version = "0.1.3" source = { editable = "." } dependencies = [ { name = "cyclopts" },