From e660410ff7bbcb01b195f4a093f2f57994289454 Mon Sep 17 00:00:00 2001 From: Boris Arzentar Date: Wed, 12 Jun 2024 23:54:27 +0200 Subject: [PATCH] chore: increase version to 0.1.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1a071c40..0b47a792 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cognee" -version = "0.1.11" +version = "0.1.12" 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"