From c385e7f189fa80830763b0008a3123c48efba016 Mon Sep 17 00:00:00 2001 From: Boris Arzentar Date: Sat, 29 Mar 2025 19:30:12 +0100 Subject: [PATCH] version: v0.1.35 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c63a2daf1..704f16d74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cognee" -version = "0.1.34" +version = "0.1.35" 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"