⬆️ bump version of adapters

This commit is contained in:
yanyongyu
2021-10-03 02:10:50 +08:00
parent 0d5849759f
commit 042f7faa71
5 changed files with 6 additions and 6 deletions

View File

@ -212,7 +212,7 @@ dev = ["codecov (>=2.0.15)", "colorama (>=0.3.4)", "flake8 (>=3.7.7)", "tox (>=3
[[package]]
name = "nonebot2"
version = "2.0.0-alpha.15"
version = "2.0.0-alpha.16"
description = "An asynchronous python bot framework."
category = "main"
optional = false

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-adapter-mirai"
version = "2.0.0-alpha.15"
version = "2.0.0-alpha.16"
description = "Mirai Api HTTP adapter for nonebot2"
authors = ["Mix <admin@yami.im>", "yanyongyu <yyy@nonebot.dev>"]
license = "AGPL-3.0-or-later"