From 01c544cd6103169988b1a93fcc52265b738e5b55 Mon Sep 17 00:00:00 2001 From: Paul Sanders Date: Tue, 30 Jul 2024 13:31:11 -0400 Subject: [PATCH] Bump version for release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"