From 5c59048d9679805d415f2f31a71334713a439d8d Mon Sep 17 00:00:00 2001 From: alallema Date: Mon, 13 Sep 2021 17:23:26 +0200 Subject: [PATCH] Update version for next release (v0.16.1) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4ca73921..2e6800dd 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ "requests" ], name="meilisearch", - version="0.16.0", + version="0.16.1", author="Charlotte Vermandel", author_email="charlotte@meilisearch.com", description="The python client for MeiliSearch API.",