From bc7e13a3049598ffa8e889e13b72fc4480bebf0b Mon Sep 17 00:00:00 2001 From: Takahiko Ito Date: Tue, 19 Apr 2022 17:03:21 +0900 Subject: [PATCH] Bump version 0.4.1 Signed-off-by: Takahiko Ito --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce35a09..38990a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "esqa" -version = "0.4.0" +version = "0.4.1" description = "Tiny tool to checks the search qualities of the Elasticsearch indices." authors = ["Takahiko Ito "] readme = "README.md"