From 5fe62f5d31ee811c6c8beabfd97fd26d5ac99ac2 Mon Sep 17 00:00:00 2001 From: Amnon Catav Date: Thu, 7 Dec 2023 14:24:25 +0200 Subject: [PATCH] bump version to 0.7.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e391c3d..d53f849 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pinecone-text" -version = "0.7.0" +version = "0.7.1" description = "Text utilities library by Pinecone.io" authors = ["Pinecone.io"] readme = "README.md"