From 34c2976bb568c5403672de0e58ac252d95aeadea Mon Sep 17 00:00:00 2001 From: Boris Date: Fri, 18 Jul 2025 18:04:39 +0200 Subject: [PATCH] version: v0.2.1.dev5 (#1107) ## Description ## DCO Affirmation I affirm that all code in every commit of this pull request conforms to the terms of the Topoteretes Developer Certificate of Origin. --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5264f978d..d1466c000 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cognee" -version = "0.2.1-dev4" +version = "0.2.1-dev5" description = "Cognee - is a library for enriching LLM context with a semantic layer for better understanding and reasoning." authors = [ { name = "Vasilije Markovic" }, diff --git a/uv.lock b/uv.lock index e4d415499..091a71f77 100644 --- a/uv.lock +++ b/uv.lock @@ -878,7 +878,7 @@ wheels = [ [[package]] name = "cognee" -version = "0.2.1.dev4" +version = "0.2.1.dev5" source = { editable = "." } dependencies = [ { name = "aiofiles" },