From 1c548575d207b5158ae41e52bfd28eb71385a8b9 Mon Sep 17 00:00:00 2001 From: Arthur Rio Date: Wed, 14 Dec 2022 10:05:49 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=20Bump=20version=20for=20better=20?= =?UTF-8?q?exceptions=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a47739ab..ac6f34c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ ignore_missing_imports = true [tool.poetry] name = "fastapi-filter" -version = "0.5.0" +version = "0.5.1" description = "FastAPI filter" authors = ["Arthur Rio "] license = "MIT"