From fc9c75553162ac8262bb2e858f3f3677bb9ff107 Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Tue, 3 Sep 2024 09:18:25 +0000 Subject: [PATCH] :bookmark: bump version 0.9.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56c7ccc..80099c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nonebot-plugin-status" -version = "0.8.1" +version = "0.9.0" description = "Check your server status (CPU, Memory, Disk Usage) via nonebot" license = "MIT" authors = ["yanyongyu "]