⬆️ 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]] [[package]]
name = "nonebot2" name = "nonebot2"
version = "2.0.0-alpha.15" version = "2.0.0-alpha.16"
description = "An asynchronous python bot framework." description = "An asynchronous python bot framework."
category = "main" category = "main"
optional = false optional = false

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "nonebot-adapter-cqhttp" name = "nonebot-adapter-cqhttp"
version = "2.0.0-alpha.15" version = "2.0.0-alpha.16"
description = "OneBot(CQHTTP) adapter for nonebot2" description = "OneBot(CQHTTP) adapter for nonebot2"
authors = ["yanyongyu <yyy@nonebot.dev>"] authors = ["yanyongyu <yyy@nonebot.dev>"]
license = "MIT" license = "MIT"

2
poetry.lock generated
View File

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