🔖 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-feishu"
version = "2.0.0-alpha.13"
version = "2.0.0-alpha.14"
description = "feishu(larksuite) adapter for nonebot2"
authors = ["StarHeartHunt <starheart233@gmail.com>"]
license = "MIT"
@ -27,7 +27,7 @@ python = "^3.7.3"
httpx = "^0.18.0"
aiocache = "^0.11.1"
pycryptodome = "^3.10.1"
nonebot2 = "^2.0.0-alpha.13"
nonebot2 = "^2.0.0-alpha.14"
[tool.poetry.dev-dependencies]
nonebot2 = { path = "../../", develop = true }