From 197c5e606d37a063886604ecd06b0aa0bd1319af Mon Sep 17 00:00:00 2001 From: alallema Date: Tue, 24 Aug 2021 17:07:17 +0200 Subject: [PATCH] Update release 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.",