From 1e2d96e04d434be807d03d1377bd8108213c74db Mon Sep 17 00:00:00 2001 From: Pavel <win10@list.ru> Date: Tue, 5 Oct 2021 10:34:55 +0400 Subject: [PATCH] Bumped version to 3.1.6. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b008af6..b5132d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastapi_template" -version = "3.1.5" +version = "3.1.6" description = "Feature-rich robust FastAPI template" authors = ["Pavel Kirilin <win10@list.ru>"] packages = [{ include = "fastapi_template" }] -- GitLab