mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 16:51:26 +00:00
⬆️ bump version
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "nonebot-adapter-mirai"
|
||||
version = "2.0.0a11.post2"
|
||||
version = "2.0.0-alpha.12"
|
||||
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.17.0"
|
||||
websockets = "^8.1"
|
||||
nonebot2 = "^2.0.0-alpha.11"
|
||||
nonebot2 = "^2.0.0-alpha.12"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
nonebot2 = { path = "../../", develop = true }
|
||||
|
Reference in New Issue
Block a user