From acb84a5cb9c87ed36573ce4aa69ed674b0e28ddb Mon Sep 17 00:00:00 2001 From: helloplhm-qwq Date: Mon, 15 Apr 2024 03:04:50 +0800 Subject: [PATCH] =?UTF-8?q?build=20([release]):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 24a5d0e..ba46833 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lx-music-api-server-python", - "version": "1.0.0", + "version": "2.0.0.beta-11", "description": "一个适配 LX Music 的 API 后端实现", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/pyproject.toml b/pyproject.toml index b2ccda1..a11bd16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lx_music_api_server" -version = "2.0.0.beta-10" +version = "2.0.0.beta-11" description = "一个适配 LX Music 的 API 后端实现" authors = ["helloplhm-qwq", "lerdb", "Folltoshe"] license = "MIT"