From b10e80e8f02b1eaa6d902cbd75b0d0488600845e Mon Sep 17 00:00:00 2001 From: Automated Swagger UI update Date: Fri, 8 Nov 2024 01:05:37 +0000 Subject: [PATCH] chore: bump version to 0.2.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd19392..f95d374 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastapi-swagger" -version = "0.2.4" +version = "0.2.5" description = "This plugin updates the FastAPI app to host latest Swagger UI distribution." authors = ["Ruslan Bel'kov "] readme = "README.md"