From b8b00a903a06e645abb047453209d1e25faf2361 Mon Sep 17 00:00:00 2001 From: ProgramRipper Date: Mon, 8 Aug 2022 02:27:51 +0800 Subject: [PATCH] ver: bump version to 0.5.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b357198..e3cb807 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ # PEP 621 project metadata # See https://www.python.org/dev/peps/pep-0621/ name = "graia-amnesia" -version = "0.5.5" +version = "0.5.6" authors = [ {name = "GreyElaina", email = "GreyElaina@outlook.com"}, ]