We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 569fcf8 commit ada6378Copy full SHA for ada6378
nonebot_bison/__init__.py
@@ -17,7 +17,7 @@
17
)
18
from .plugin_config import plugin_config
19
20
-__help__version__ = "0.7.0"
+__help__version__ = "0.7.1"
21
__help__plugin__name__ = "nonebot_bison"
22
__usage__ = f"本bot可以提供b站、微博等社交媒体的消息订阅,详情请查看本bot文档,或者{'at本bot' if plugin_config.bison_to_me else '' }发送“添加订阅”订阅第一个帐号,发送“查询订阅”或“删除订阅”管理订阅"
23
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "nonebot-bison"
3
-version = "0.7.0"
+version = "0.7.1"
4
description = "Subscribe message from social medias"
5
authors = ["felinae98 <[email protected]>"]
6
license = "MIT"
0 commit comments