🔀 Merge pull request #550

Bump version of feishu adapter
This commit is contained in:
StarHeart 2021-10-03 00:46:12 +08:00 committed by GitHub
commit cbb3ec1fb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -226,7 +226,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-feishu" name = "nonebot-adapter-feishu"
version = "2.0.0-alpha.15" version = "2.0.0-alpha.16"
description = "feishu(larksuite) adapter for nonebot2" description = "feishu(larksuite) adapter for nonebot2"
authors = ["StarHeartHunt <starheart233@gmail.com>"] authors = ["StarHeartHunt <starheart233@gmail.com>"]
license = "MIT" license = "MIT"

2
poetry.lock generated
View File

@ -472,7 +472,7 @@ url = "packages/nonebot-adapter-ding"
[[package]] [[package]]
name = "nonebot-adapter-feishu" name = "nonebot-adapter-feishu"
version = "2.0.0-alpha.15" version = "2.0.0-alpha.16"
description = "feishu(larksuite) adapter for nonebot2" description = "feishu(larksuite) adapter for nonebot2"
category = "dev" category = "dev"
optional = false optional = false