update version to 0.4.1

This commit is contained in:
Daulet Amirkhanov 2025-11-18 19:49:45 +00:00
parent 170e45e301
commit dd188313da
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
[project] [project]
name = "cognee" 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." description = "Cognee - is a library for enriching LLM context with a semantic layer for better understanding and reasoning."
authors = [ authors = [
{ name = "Vasilije Markovic" }, { name = "Vasilije Markovic" },

2
uv.lock generated
View file

@ -929,7 +929,7 @@ wheels = [
[[package]] [[package]]
name = "cognee" name = "cognee"
version = "0.4.0" version = "0.4.1"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "aiofiles" }, { name = "aiofiles" },