From 0aa71c488f60f98a66e3e9f4105f349ce03d4803 Mon Sep 17 00:00:00 2001 From: Boris Date: Wed, 11 Dec 2024 21:40:44 +0100 Subject: [PATCH] chore: increase version to 0.1.20 (#343) Co-authored-by: Vasilije <8619304+Vasilije1990@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ad0f3683..6b27f198 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cognee" -version = "0.1.19" +version = "0.1.20" 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"