chore: [release] release v2.0.0

此项目可能长期处于停更状态,但是如果你有好的想法也欢迎提交pr,我会在review后合并
This commit is contained in:
lerdb 2025-03-18 19:35:00 +08:00
parent b4049ceb69
commit c175312307
No known key found for this signature in database
GPG Key ID: FBBF3738C577282C
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "lx-music-api-server",
"version": "2.0.0.beta-12",
"version": "2.0.0",
"description": "一个适配 LX Music 的 API 后端实现",
"scripts": {
"dev": "python run.py development",

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "lx_music_api_server"
version = "2.0.0.beta-12"
version = "2.0.0"
description = "一个适配 LX Music 的 API 后端实现"
authors = ["helloplhm-qwq", "lerdb", "Folltoshe"]
license = "MIT"