From 0f9fac11601e91cee94e1d6edb677c47063191c9 Mon Sep 17 00:00:00 2001 From: Boris Arzentar Date: Fri, 3 May 2024 10:43:21 +0200 Subject: [PATCH] chore: update version to 0.1.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e5a7d4688..6a17883e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cognee" -version = "0.1.6" +version = "0.1.7" description = "Cognee - is a library for enriching LLM context with a semantic layer for better understanding and reasoning." authors = ["Vasilije Markovic", "Boris Arzentar"] readme = "README.md"