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