From 59fd5a8b0e0f8eba752bbae2a7bc2527bff1df05 Mon Sep 17 00:00:00 2001 From: Bruno Arine Date: Thu, 29 Jun 2023 12:12:54 -0300 Subject: [PATCH] chore: update pyproject to 1.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a98c664..973b227 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "findlike" -version = "1.2.2" +version = "1.3.0" authors = [{ name = "Bruno Arine", email = "bruno.arine@runbox.com" }] description = "findlike is a package to retrieve similar documents" readme = "README.md"