Skip to content

Commit 2df8063

Browse files
authored
Merge pull request #63 from meilisearch/version10
Prepare for v0.10.0
2 parents e7ab0f9 + 1abfbba commit 2df8063

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,4 +257,4 @@ A GitHub Action will be triggered and push the new gem on [RubyGems](https://rub
257257

258258
## 🤖 Compatibility with MeiliSearch
259259

260-
This package works for MeiliSearch `v0.9.x`.
260+
This package works for MeiliSearch `>=v0.10`.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"requests"
1010
],
1111
name="meilisearch", # Replace with your own username
12-
version="0.9.0",
12+
version="0.10.0",
1313
author="Charlotte Vermandel",
1414
author_email="[email protected]",
1515
description="The python client for MeiliSearch API.",

0 commit comments

Comments
 (0)