From 532c01e66cbba03ade7cd1f794d7f81b93f3c119 Mon Sep 17 00:00:00 2001 From: Paul Sanders Date: Tue, 24 Aug 2021 10:59:48 -0400 Subject: [PATCH] Bumping version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 00c97da0..4ca73921 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ "requests" ], name="meilisearch", - version="0.15.1", + version="0.16.0", author="Charlotte Vermandel", author_email="charlotte@meilisearch.com", description="The python client for MeiliSearch API.",