From 791e421d66f20b77aa8ad3823fabfc1d09fb98ce Mon Sep 17 00:00:00 2001 From: Boris Arzentar Date: Wed, 24 Apr 2024 19:36:44 +0200 Subject: [PATCH] chore: update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc56436e7..487a10499 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cognee" -version = "0.1.3" +version = "0.1.4" 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"