🔖 Release 2.0.0a14

This commit is contained in:
yanyongyu
2021-08-04 13:42:21 +08:00
parent 6cfd44224d
commit 8b93dc7769
61 changed files with 11275 additions and 97 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-adapter-mirai"
version = "2.0.0-alpha.12"
version = "2.0.0-alpha.14"
description = "Mirai Api HTTP adapter for nonebot2"
authors = ["Mix <admin@yami.im>", "yanyongyu <yyy@nonebot.dev>"]
license = "AGPL-3.0-or-later"
@ -26,7 +26,7 @@ exclude = ["nonebot/__init__.py", "nonebot/adapters/__init__.py"]
python = "^3.7.3"
httpx = "^0.18.0"
websockets = "^9.1"
nonebot2 = "^2.0.0-alpha.12"
nonebot2 = "^2.0.0-alpha.14"
[tool.poetry.dev-dependencies]
nonebot2 = { path = "../../", develop = true }