🔖 release 0.8.0

This commit is contained in:
felinae98 2023-07-18 21:47:05 +08:00
parent fc699d80ce
commit d2196c7dcb
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ import nonebot_plugin_saa
from .plugin_config import PlugConfig, plugin_config
from . import post, send, types, utils, config, platform, bootstrap, scheduler, admin_page, sub_manager
__help__version__ = "0.7.3"
__help__version__ = "0.8.0"
nonebot_plugin_saa.enable_auto_select_bot()
__help__plugin__name__ = "nonebot_bison"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-bison"
version = "0.7.3"
version = "0.8.0"
description = "Subscribe message from social medias"
authors = ["felinae98 <felinae225@qq.com>"]
license = "MIT"