From e983c216f0762804c1971dfad2b0cb00c1ab9990 Mon Sep 17 00:00:00 2001 From: Boris Arzentar Date: Fri, 10 Jan 2025 19:04:24 +0100 Subject: [PATCH] version: Increase version to 0.1.21 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5a225f005..5a0e83057 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cognee" -version = "0.1.20" +version = "0.1.21" 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"