diff --git a/nonebot_bison/__init__.py b/nonebot_bison/__init__.py index da6d42a..5cd9365 100644 --- a/nonebot_bison/__init__.py +++ b/nonebot_bison/__init__.py @@ -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.8.0" +__help__version__ = "0.8.2" nonebot_plugin_saa.enable_auto_select_bot() __help__plugin__name__ = "nonebot_bison" diff --git a/pyproject.toml b/pyproject.toml index 917a16f..87d5243 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nonebot-bison" -version = "0.8.1" +version = "0.8.2" description = "Subscribe message from social medias" authors = ["felinae98 "] license = "MIT"