From 975ec6bba420a8a79bdaaf1020678aa13177e18c Mon Sep 17 00:00:00 2001 From: Arthur Rio Date: Fri, 16 Sep 2022 10:04:57 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=20Bump=20version=20to=20support=20?= =?UTF-8?q?new=20fastapi=20release?= 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 f7c19697..efdc3c34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ ignore_missing_imports = true [tool.poetry] name = "fastapi-filter" -version = "0.1.5" +version = "0.1.6" description = "FastAPI filter" authors = ["Arthur Rio "] license = "MIT"