🔖 release 0.7.0

This commit is contained in:
felinae98 2023-02-05 20:46:33 +08:00 committed by GitHub
parent cce34ab5d3
commit 358d6a0a4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "nonebot-bison" name = "nonebot-bison"
version = "0.6.3" version = "0.7.0"
description = "Subscribe message from social medias" description = "Subscribe message from social medias"
authors = ["felinae98 <felinae225@qq.com>"] authors = ["felinae98 <felinae225@qq.com>"]
license = "MIT" license = "MIT"
@ -80,4 +80,4 @@ line_length = 88
skip_gitignore = true skip_gitignore = true
[tool.nonebot] [tool.nonebot]
plugins = ["src.plugins.nonebot_bison"] plugins = ["src.plugins.nonebot_bison"]

View File

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