From 37452edb33813f475372cf03ba1d3b036ab19661 Mon Sep 17 00:00:00 2001
From: Paul Kirilin <win10@list.ru>
Date: Mon, 16 Nov 2020 01:23:58 +0400
Subject: [PATCH] Bumped version

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index f83355f..1f9f572 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "fastapi_template"
-version = "1.2.0"
+version = "1.2.1"
 description = "Feature-rich robust FastAPI template"
 authors = ["Pavel Kirilin <win10@list.ru>"]
 packages = [
-- 
GitLab