From b23420ec6f681054884c513041b5c647a3f17566 Mon Sep 17 00:00:00 2001 From: Paul Sanders Date: Thu, 8 Dec 2022 05:43:36 -0500 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 c39d28a5..60bf2ad0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "meilisearch-python-async" -version = "0.29.0" +version = "0.29.1" description = "A Python async client for the Meilisearch API" authors = ["Paul Sanders "] license = "MIT"