From 5aa7ba4668af7fcaa0e371af662f896d11676f1b Mon Sep 17 00:00:00 2001 From: Boris Arzentar Date: Sun, 30 Jun 2024 12:26:25 +0200 Subject: [PATCH] release: v0.1.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 27012beca..64c85b15c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cognee" -version = "0.1.12" +version = "0.1.13" 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"