From 5ca866301f781ba98cbe649c375433ea76eaa51b Mon Sep 17 00:00:00 2001 From: Gary Gale Date: Sat, 18 Jan 2025 10:47:06 +0000 Subject: [PATCH] build: 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 4d7e956..0e4132f 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"