From 120553a36ffa46274875ef4921c929d4577b9c17 Mon Sep 17 00:00:00 2001 From: John Lyu Date: Thu, 9 May 2024 14:42:56 +0800 Subject: [PATCH] version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 003157d..951a2d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastapi-cache2" -version = "0.2.2" +version = "0.2.3" description = "Cache for FastAPI" authors = ["long2ice "] license = "Apache-2.0"