diff --git a/pyproject.toml b/pyproject.toml index be500ce39..7f6bcb352 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "cognee" -version = "0.4.0" +version = "0.4.1" 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 54d2e8f32..19632c0c7 100644 --- a/uv.lock +++ b/uv.lock @@ -929,7 +929,7 @@ wheels = [ [[package]] name = "cognee" -version = "0.4.0" +version = "0.4.1" source = { editable = "." } dependencies = [ { name = "aiofiles" },