From 3fc913ff32d600f464626e188139147c9424a89e Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Sun, 4 Jun 2023 23:56:17 +0800 Subject: [PATCH] :bookmark: release 0.7.3 --- 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 2673a90..69b58d3 100644 --- a/nonebot_bison/__init__.py +++ b/nonebot_bison/__init__.py @@ -17,7 +17,7 @@ from . import ( ) from .plugin_config import plugin_config -__help__version__ = "0.7.2" +__help__version__ = "0.7.3" __help__plugin__name__ = "nonebot_bison" __usage__ = f"本bot可以提供b站、微博等社交媒体的消息订阅,详情请查看本bot文档,或者{'at本bot' if plugin_config.bison_to_me else '' }发送“添加订阅”订阅第一个帐号,发送“查询订阅”或“删除订阅”管理订阅" diff --git a/pyproject.toml b/pyproject.toml index eacca48..51e22f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nonebot-bison" -version = "0.7.2" +version = "0.7.3" description = "Subscribe message from social medias" authors = ["felinae98 <felinae225@qq.com>"] license = "MIT"