From 1531a191a5d62c30d4481930b0343e7a24b6be0a Mon Sep 17 00:00:00 2001 From: Keming Date: Tue, 30 May 2023 17:29:57 +0800 Subject: [PATCH] chore: release 1.1.3 (#314) Signed-off-by: Keming --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a0a2aa73..934dbab9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "spectree" -version = "1.1.2" +version = "1.1.3" dynamic = [] description = "generate OpenAPI document and validate request&response with Python annotations." readme = "README.md"