⬆️ bump version

This commit is contained in:
yanyongyu
2021-03-31 20:25:45 +08:00
parent 68ba1c1af2
commit d1e8925fe0
8 changed files with 55 additions and 55 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-adapter-ding"
version = "2.0.0a11.post2"
version = "2.0.0-alpha.12"
description = "Ding adapter for nonebot2"
authors = ["Artin <lengthmin@gmail.com>", "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.17.0"
nonebot2 = "^2.0.0-alpha.11"
nonebot2 = "^2.0.0-alpha.12"
[tool.poetry.dev-dependencies]
nonebot2 = { path = "../../", develop = true }