From 4d3c5c632be82607383b56e4ee55a7c42b6619d2 Mon Sep 17 00:00:00 2001 From: Paul Sanders Date: Sun, 31 Jul 2022 21:29:09 -0400 Subject: [PATCH] Bump version for release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da99262..9c7aec4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "meilisearch-fastapi" -version = "0.15.0" +version = "0.16.0" description = "Meilisearch integration with FastAPI" authors = ["Paul Sanders "] license = "MIT"