From 813c11d5aa389ab41eaee9b76171ecce298b18cc Mon Sep 17 00:00:00 2001 From: yatao Date: Tue, 24 Dec 2024 14:59:17 +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 d99671c..fbf358f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "appboot" -version = "0.3.1" +version = "0.3.1.1" description = "Use FastAPI like Django" authors = ["liyatao "] readme = "README.md"