chore: bump version to 0.1.3

This commit is contained in:
2026-03-31 02:08:48 +02:00
parent 8c9678bbf2
commit 34dfe7d042
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 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
View File
@@ -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"
Generated
+1 -1
View File
@@ -153,7 +153,7 @@ wheels = [
[[package]] [[package]]
name = "lrcfetch" name = "lrcfetch"
version = "0.1.2" version = "0.1.3"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "cyclopts" }, { name = "cyclopts" },