chore: bump version to 0.1.3

This commit is contained in:
2026-03-31 02:08:48 +02:00
parent a0f988d0d8
commit 4f6244bc9e
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.3"
+3 -1
View File
@@ -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.
+1 -1
View File
@@ -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"
Generated
+1 -1
View File
@@ -153,7 +153,7 @@ wheels = [
[[package]]
name = "lrcfetch"
version = "0.1.2"
version = "0.1.3"
source = { editable = "." }
dependencies = [
{ name = "cyclopts" },