From 94b048c1071968494d0e0f3ba67a1c90ea123f7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar?= Date: Mon, 3 Aug 2020 18:33:20 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 919ef653..3330bc8b 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ "requests" ], name="meilisearch", - version="0.11.2", + version="0.12.0", author="Charlotte Vermandel", author_email="charlotte@meilisearch.com", description="The python client for MeiliSearch API.",