diff --git a/pyproject.toml b/pyproject.toml index 0aaa3206..97acac44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "meilisearch-python-sdk" -version = "3.0.0" +version = "3.0.1" description = "A Python client providing both async and sync support for the Meilisearch API" authors = ["Paul Sanders "] license = "MIT"