From 4bd7887065bf2b001d7ed4f80b08b796fbeb2fd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Onimai=EF=BC=81?= <93068569+Onimaimai@users.noreply.github.com> Date: Sat, 19 Oct 2024 13:53:59 +0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1eea2c7..173ab00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nonebot-plugin-voicemusic" -version = "0.1.1" +version = "0.1.2" description = "nonebot2语音点歌插件" readme = "README.md" requires-python = ">=3.8"