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.
1 parent 2b02ad8 commit cae4737Copy full SHA for cae4737
meilisearch_python_async/__init__.py
@@ -1 +1 @@
1
-from meilisearch_python_async.client import Client # noqa: F401
+from meilisearch_python_async.client import Client as Client # noqa: F401
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "meilisearch-python-async"
3
-version = "0.20.0"
+version = "0.20.1"
4
description = "A Python async client for the MeiliSearch API"
5
authors = ["Paul Sanders <[email protected]>"]
6
license = "MIT"
0 commit comments