From 67af8a7cb46f65c0075b0af5ea35f0607f026b9d Mon Sep 17 00:00:00 2001 From: Pavel Zorin Date: Mon, 15 Dec 2025 18:36:15 +0100 Subject: [PATCH] Bump version from 0.5.0.dev0 to 0.5.0.dev1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e4ed8a0d..cf2081d0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "cognee" -version = "0.5.0.dev0" +version = "0.5.0.dev1" description = "Cognee - is a library for enriching LLM context with a semantic layer for better understanding and reasoning." authors = [ { name = "Vasilije Markovic" },