v0.1.5,添加一行注意事项文本

This commit is contained in:
2024-08-15 21:33:20 +08:00
parent e82edfcae6
commit a6e607443c
2 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "nonebot-plugin-acgnshow"
version = "0.1.4.2"
version = "0.1.5"
description = "Nonebot2插件从哔哩哔哩会员购获取简易展览数据"
readme = "README.md"
requires-python = "<4.0,>=3.9"
@ -12,7 +12,7 @@ dependencies = [
"nonebot-plugin-alconna>=0.48.0",
"nonebot-plugin-htmlrender>=0.3.2",
"jinja2>=3.1.4",
"aiohttp>=4.0.0a1",
"aiohttp>=3.9",
]
license = { text = "MIT" }