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