🔖 bump version 2.5.0 (#3940)

This commit is contained in:
Ju4tCode
2026-04-01 11:25:46 +08:00
committed by GitHub
parent 68a73ca67f
commit 6fef9c1d2c
100 changed files with 1275 additions and 20938 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "nonebot2"
version = "2.4.4"
version = "2.5.0"
description = "An asynchronous python bot framework."
authors = [{ name = "yanyongyu", email = "yyy@nonebot.dev" }]
license = "MIT"
@@ -44,7 +44,7 @@ all = [
dev = [
{ include-group = "test" },
{ include-group = "docs" },
"ruff >=0.14.0, <0.15.0",
"ruff >=0.15.0, <0.16.0",
"nonemoji >=0.1.2, <0.2.0",
"pre-commit >=4.0.0, <5.0.0",
]