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