From a71a55f4ade58a3e05a1527510f0a9177415425e Mon Sep 17 00:00:00 2001 From: Boris Arzentar Date: Sat, 30 Mar 2024 18:33:13 +0100 Subject: [PATCH] version 0.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dbbd80448..35176fd4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cognee" -version = "0.1.1" +version = "0.1.2" description = "Cognee - is a library for enriching LLM context with a semantic layer for better understanding and reasoning." authors = ["Vasilije Markovic"] readme = "README.md"