🔖 Release 2.0.0a14

This commit is contained in:
yanyongyu
2021-08-04 13:42:21 +08:00
parent 6cfd44224d
commit 8b93dc7769
61 changed files with 11275 additions and 97 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-adapter-cqhttp"
version = "2.0.0-alpha.13"
version = "2.0.0-alpha.14"
description = "OneBot(CQHTTP) adapter for nonebot2"
authors = ["yanyongyu <yyy@nonebot.dev>"]
license = "MIT"
@@ -25,7 +25,7 @@ exclude = ["nonebot/__init__.py", "nonebot/adapters/__init__.py"]
[tool.poetry.dependencies]
python = "^3.7.3"
httpx = "^0.18.0"
nonebot2 = "^2.0.0-alpha.13"
nonebot2 = "^2.0.0-alpha.14"
[tool.poetry.dev-dependencies]
nonebot2 = { path = "../../", develop = true }