From 97e08486e5d203a05ce080998848992c956eec69 Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Tue, 5 Sep 2023 23:16:29 +0800 Subject: [PATCH] :bookmark: release v0.8.2 --- nonebot_bison/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"