From 15bec554e4acf66a4c453bcb989b3cc41e1f588e Mon Sep 17 00:00:00 2001 From: Patricia Cobelli Date: Tue, 25 Oct 2022 16:43:56 -0300 Subject: [PATCH] changed package version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e6bb2b..a25b098 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vectory" -version = "0.1.6" +version = "0.1.7" description = "Streamline the benchmark and experimentation process of your models that rely on generating embeddings" authors = ["Pento "] readme = "README.md"