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