🔖 bump version 2.3.0 (#2688)

This commit is contained in:
Ju4tCode
2024-05-01 16:55:17 +08:00
committed by GitHub
parent 445711e1cb
commit 6e95d5366c
94 changed files with 860 additions and 18035 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot2"
version = "2.2.1"
version = "2.3.0"
description = "An asynchronous python bot framework."
authors = ["yanyongyu <yyy@nonebot.dev>"]
license = "MIT"
@ -44,7 +44,7 @@ uvicorn = { version = ">=0.20.0,<1.0.0", extras = [
], optional = true }
[tool.poetry.group.dev.dependencies]
ruff = "^0.3.0"
ruff = "^0.4.0"
isort = "^5.10.1"
black = "^24.0.0"
nonemoji = "^0.1.2"