From 78b8fd8a7290ff62f42be0e184548dad88b0ef20 Mon Sep 17 00:00:00 2001 From: GreyElaina Date: Wed, 2 Aug 2023 13:23:58 +0800 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f9553d..745d2e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ license = { text = "MIT" } requires-python = ">=3.7,<4.0" dependencies = ["typing-extensions>=3.10.0; python_version < \"3.9\""] name = "graia-broadcast" -version = "0.22.0" +version = "0.22.1" description = "a highly customizable, elegantly designed event system based on asyncio" [project.urls]