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