Skip to content

Commit ada6378

Browse files
authored
🔖 release 0.7.1 (#218)
1 parent 569fcf8 commit ada6378

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nonebot_bison/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
)
1818
from .plugin_config import plugin_config
1919

20-
__help__version__ = "0.7.0"
20+
__help__version__ = "0.7.1"
2121
__help__plugin__name__ = "nonebot_bison"
2222
__usage__ = f"本bot可以提供b站、微博等社交媒体的消息订阅,详情请查看本bot文档,或者{'at本bot' if plugin_config.bison_to_me else '' }发送“添加订阅”订阅第一个帐号,发送“查询订阅”或“删除订阅”管理订阅"
2323

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nonebot-bison"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
description = "Subscribe message from social medias"
55
authors = ["felinae98 <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)