Skip to content

Commit 6ae278f

Browse files
committed
🔖 v0.2.0
1 parent bc175e8 commit 6ae278f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nonebot-plugin-nyaturingtest"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "也许是个有情感的聊天机器人"
55
readme = "README.md"
66
authors = [{ name = "shadow3aaa", email = "[email protected]" }]
@@ -27,7 +27,7 @@ dependencies = [
2727
[dependency-groups]
2828
dev = [
2929
"nonebot2[fastapi]>=2.4.2,<3.0.0",
30-
"ruff>=0.11.9,<1.0.0",
30+
"ruff>=0.11.10,<1.0.0",
3131
# "nonemoji>=0.1.4,<1.0.0", # 推荐全局安装 pipx install nonemoji
3232
# "pre-commit>=4.1.0", # 推荐全局安装 pipx install pre-commit
3333
]

0 commit comments

Comments
 (0)