From 590e86ae539265500905f6fd69bbed653e00a119 Mon Sep 17 00:00:00 2001 From: Boris Arzentar Date: Sun, 21 Apr 2024 22:10:49 +0200 Subject: [PATCH] chore: upgrade version to 0.1.3 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4398b289e..24e1eda5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "cognee" -version = "0.1.2" +version = "0.1.3" description = "Cognee - is a library for enriching LLM context with a semantic layer for better understanding and reasoning." -authors = ["Vasilije Markovic"] +authors = ["Vasilije Markovic", "Boris Arzentar"] readme = "README.md" license = "Apache-2.0" homepage = "https://www.cognee.ai"