From bb55ec30aa3ca3dc838300d331e87ae147a0af5b Mon Sep 17 00:00:00 2001 From: Pavel Kirilin <win10@list.ru> Date: Thu, 14 Apr 2022 01:37:44 +0400 Subject: [PATCH] Version bumped to 3.3.2. Signed-off-by: Pavel Kirilin <win10@list.ru> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b2cea51..b333f5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastapi_template" -version = "3.3.1" +version = "3.3.2" description = "Feature-rich robust FastAPI template" authors = ["Pavel Kirilin <win10@list.ru>"] packages = [{ include = "fastapi_template" }] -- GitLab