Skip to content

Commit 906db01

Browse files
committed
bump version 0.2.1
1 parent 974a330 commit 906db01

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

poetry.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nonebot_plugin_userinfo"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Nonebot2 用户信息获取插件"
55
authors = ["meetwq <meetwq@gmail.com>"]
66
license = "MIT"
@@ -10,7 +10,7 @@ repository = "https://github.com/noneplugin/nonebot-plugin-userinfo"
1010

1111
[tool.poetry.dependencies]
1212
python = "^3.8"
13-
nonebot2 = { version = "^2.0.0", extras = ["fastapi"] }
13+
nonebot2 = "^2.0.0"
1414
httpx = ">=0.20.0,<1.0.0"
1515
cachetools = "^5.0.0"
1616
emoji = "^2.0.0"
@@ -22,6 +22,7 @@ strenum = "^0.4.8"
2222
pytest-cov = "^4.0.0"
2323
pytest-asyncio = "^0.20.0"
2424
nonebug = "^0.3.0"
25+
nonebot2 = { version = "^2.0.0", extras = ["fastapi"] }
2526

2627
[tool.poetry.group.adapters]
2728
optional = true

0 commit comments

Comments
 (0)