From e7e922cf2ecd7325340016560e67b4ba14ee2e1e Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 12 Jun 2025 14:12:23 +0800 Subject: [PATCH] bugfix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 035c6c4..7444731 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name="ahserver" -version = "1.0.2" +version = "1.0.3" description = "A application server base on aiohttp" authors = [{ name = "yu moqing", email = "yumoqing@gmail.com" }] readme = "README.md"