Skip to content

Commit

Permalink
build: [release] 更新版本号(2.0.0.beta-5)
Browse files Browse the repository at this point in the history
  • Loading branch information
helloplhm-qwq committed Jan 31, 2024
1 parent 8f84af7 commit 5c167b9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "lx-music-api-server-python"
version = "2.0.0.beta-4"
version = "2.0.0.beta-5"
description = "一个适配 LX Music 的 API 后端实现"
authors = ["helloplhm-qwq"]
authors = ["helloplhm-qwq", "lerdb", "Folltoshe"]
license = "MIT"
readme = "README.md"

Expand All @@ -16,9 +16,6 @@ colorlog = "^6.8.2"
Pygments = "^2.17.2"
xmltodict = "^0.13.0"

[tool.poetry.dev-dependencies]
Flask = "^3.0.1"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 5c167b9

Please sign in to comment.