From f43250e849370cc5c3d0d9b4ccc4cf046990d88f Mon Sep 17 00:00:00 2001 From: Boris Date: Mon, 14 Jul 2025 21:51:20 +0200 Subject: [PATCH] release: 0.2.1.dev1 (#1089) ## 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b2131ca4..07b26d905 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cognee" -version = "0.2.1-dev" +version = "0.2.1-dev1" description = "Cognee - is a library for enriching LLM context with a semantic layer for better understanding and reasoning." authors = [ { name = "Vasilije Markovic" },