From 8070cc39a3872c665d01fd20e3472d92e3bb283a Mon Sep 17 00:00:00 2001 From: Igor Benav Date: Wed, 25 Dec 2024 23:15:38 -0300 Subject: [PATCH] change version in pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 36bfe2c..b06de4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastcrud" -version = "0.15.4" +version = "0.15.5" description = "FastCRUD is a Python package for FastAPI, offering robust async CRUD operations and flexible endpoint creation utilities." authors = ["Igor Benav "] license = "MIT"