From 653f5e40dd320334d1d98cfa3359761a369f5d46 Mon Sep 17 00:00:00 2001 From: Boris Arzentar Date: Thu, 27 Feb 2025 18:19:34 +0100 Subject: [PATCH] version: v0.1.31 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 92182a416..b2ad41ceb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cognee" -version = "0.1.30" +version = "0.1.31" 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"