From 0f0f0b9becd65da0ef2618fe3110f242d81c8994 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin <win10@list.ru> Date: Mon, 23 Aug 2021 10:01:04 +0400 Subject: [PATCH] Bumped version. 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 2e1d98d..34ffd91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastapi_template" -version = "2.1.0" +version = "2.1.1" description = "Feature-rich robust FastAPI template" authors = ["Pavel Kirilin <win10@list.ru>"] packages = [ -- GitLab