From 2223597bb064341edba440debaccc4afaaf1059f Mon Sep 17 00:00:00 2001
From: Pavel <win10@list.ru>
Date: Tue, 5 Oct 2021 11:27:54 +0400
Subject: [PATCH] Bumped version to 3.1.7.

Signed-off-by: Pavel <win10@list.ru>
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index b5132d4..ea4fccb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "fastapi_template"
-version = "3.1.6"
+version = "3.1.7"
 description = "Feature-rich robust FastAPI template"
 authors = ["Pavel Kirilin <win10@list.ru>"]
 packages = [{ include = "fastapi_template" }]
-- 
GitLab