From 45e23122a5e9771955f519ca164964f4670e7845 Mon Sep 17 00:00:00 2001
From: Pavel <win10@list.ru>
Date: Tue, 5 Oct 2021 20:50:59 +0400
Subject: [PATCH] Bumped version to 3.1.8.

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 ea4fccb..b5e51c4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "fastapi_template"
-version = "3.1.7"
+version = "3.1.8"
 description = "Feature-rich robust FastAPI template"
 authors = ["Pavel Kirilin <win10@list.ru>"]
 packages = [{ include = "fastapi_template" }]
-- 
GitLab