We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7ab0f9 + 1abfbba commit 2df8063Copy full SHA for 2df8063
README.md
@@ -257,4 +257,4 @@ A GitHub Action will be triggered and push the new gem on [RubyGems](https://rub
257
258
## 🤖 Compatibility with MeiliSearch
259
260
-This package works for MeiliSearch `v0.9.x`.
+This package works for MeiliSearch `>=v0.10`.
setup.py
@@ -9,7 +9,7 @@
9
"requests"
10
],
11
name="meilisearch", # Replace with your own username
12
- version="0.9.0",
+ version="0.10.0",
13
author="Charlotte Vermandel",
14
author_email="[email protected]",
15
description="The python client for MeiliSearch API.",
0 commit comments