chore: bump version to 0.1.3
This commit is contained in:
@@ -1 +1 @@
|
|||||||
__version__ = "0.1.0"
|
__version__ = "0.1.3"
|
||||||
|
|||||||
@@ -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
|
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.
|
The base URL is read from the QQ_MUSIC_API_URL environment variable.
|
||||||
|
|
||||||
Search → pick best match by duration → fetch LRC lyrics.
|
Search → pick best match by duration → fetch LRC lyrics.
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "lrcfetch"
|
name = "lrcfetch"
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
description = "Fetch line-synced lyrics for your music player."
|
description = "Fetch line-synced lyrics for your music player."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.13"
|
requires-python = ">=3.13"
|
||||||
|
|||||||
Reference in New Issue
Block a user