From 989b615598c9c0973efd74ec087df639419a14ae Mon Sep 17 00:00:00 2001 From: Elaina <31543961+GreyElaina@users.noreply.github.com> Date: Sat, 7 May 2022 17:53:41 +0800 Subject: [PATCH] chore: bump version to 0.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f6336a..15e5604 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ license = "MIT" name = "graia-amnesia" packages = [{include = "graia", from = "src"}] readme = "README.md" -version = "0.3.0" +version = "0.4.0" [tool.poetry.dependencies] loguru = "^0.6.0"