diff --git a/pyproject.toml b/pyproject.toml index 9e79c8f..2975a45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nonebot-bison" -version = "0.6.2" +version = "0.6.3" description = "Subscribe message from social medias" authors = ["felinae98 "] license = "MIT" @@ -14,10 +14,12 @@ include = [ "src/plugins/nonebot_bison/admin_page/dist/**/*" ] classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Operating System :: POSIX :: Linux", "Operating System :: Microsoft :: Windows", - "Programming Language :: Python :: 3.9", + "Operating System :: MacOS", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Programming Language :: Python :: Implementation :: CPython", "License :: OSI Approved :: MIT License" ] diff --git a/src/plugins/nonebot_bison/__init__.py b/src/plugins/nonebot_bison/__init__.py index c7dc95c..6f7354a 100644 --- a/src/plugins/nonebot_bison/__init__.py +++ b/src/plugins/nonebot_bison/__init__.py @@ -16,7 +16,7 @@ from . import ( ) from .plugin_config import plugin_config -__help__version__ = "0.4.3" +__help__version__ = "0.6.3" __help__plugin__name__ = "nonebot_bison" __usage__ = f"本bot可以提供b站、微博等社交媒体的消息订阅,详情请查看本bot文档,或者{'at本bot' if plugin_config.bison_to_me else '' }发送“添加订阅”订阅第一个帐号,发送“查询订阅”或“删除订阅”管理订阅"