From 424a962a2b8cf5f3a37411184b697be513ebdf48 Mon Sep 17 00:00:00 2001 From: Boris Arzentar Date: Fri, 26 Apr 2024 00:17:00 +0200 Subject: [PATCH] chore: update cognee version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 514cfff9d..a1789f66c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cognee" -version = "0.1.4" +version = "0.1.5" 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"