From ac1a4cf07689612b775c59a15ec4c52aba664d55 Mon Sep 17 00:00:00 2001 From: Boris Arzentar Date: Fri, 26 Apr 2024 18:36:28 +0200 Subject: [PATCH] chore: increase version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a1789f66c..d3d5a2da6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cognee" -version = "0.1.5" +version = "0.1.6" 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"