From 3c4436524f394a4068b3c5767b3028317a3623ce Mon Sep 17 00:00:00 2001 From: Igor Benav Date: Mon, 23 Dec 2024 06:16:19 -0300 Subject: [PATCH] bump version to 0.15.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aaa99ca..36bfe2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastcrud" -version = "0.15.3" +version = "0.15.4" description = "FastCRUD is a Python package for FastAPI, offering robust async CRUD operations and flexible endpoint creation utilities." authors = ["Igor Benav "] license = "MIT"