mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 00:55:07 +08:00
⬆️ bump version of cqhttp adapter
This commit is contained in:
parent
cbb3ec1fb8
commit
b72583b8c8
2
packages/nonebot-adapter-cqhttp/poetry.lock
generated
2
packages/nonebot-adapter-cqhttp/poetry.lock
generated
@ -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
|
||||||
|
@ -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
2
poetry.lock
generated
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user