Skip to content

Commit 2019548

Browse files
authored
Merge pull request #123 from sanders41/client-export
Fix pyrigh Client not exported error
2 parents 2b02ad8 + cae4737 commit 2019548

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from meilisearch_python_async.client import Client # noqa: F401
1+
from meilisearch_python_async.client import Client as Client # noqa: F401

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "meilisearch-python-async"
3-
version = "0.20.0"
3+
version = "0.20.1"
44
description = "A Python async client for the MeiliSearch API"
55
authors = ["Paul Sanders <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)