⬆️ bump version of cqhttp adapter

This commit is contained in:
yanyongyu 2021-10-03 00:59:10 +08:00
parent cbb3ec1fb8
commit b72583b8c8
3 changed files with 3 additions and 3 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-cqhttp"
version = "2.0.0-alpha.15"
version = "2.0.0-alpha.16"
description = "OneBot(CQHTTP) adapter for nonebot2"
authors = ["yanyongyu <yyy@nonebot.dev>"]
license = "MIT"

2
poetry.lock generated
View File

@ -438,7 +438,7 @@ python-versions = ">=3.6"
[[package]]
name = "nonebot-adapter-cqhttp"
version = "2.0.0-alpha.15"
version = "2.0.0-alpha.16"
description = "OneBot(CQHTTP) adapter for nonebot2"
category = "dev"
optional = false