From 63ef26b08e0659786465f10cd87c24cec8d6aa65 Mon Sep 17 00:00:00 2001 From: Ruslan Bel'kov Date: Mon, 12 Aug 2024 21:28:10 +0300 Subject: [PATCH] chore: bump version to 0.2.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d8673d..6e4f3ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastapi-swagger" -version = "0.2.2" +version = "0.2.3" description = "This plugin updates the FastAPI app to host latest Swagger UI distribution." authors = ["Ruslan Bel'kov "] readme = "README.md"