diff --git a/pyproject.toml b/pyproject.toml index 24ea6ca9b..8941bfa7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "cognee" -version = "0.5.0" +version = "0.5.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 6b5dd3338..5d5808a62 100644 --- a/uv.lock +++ b/uv.lock @@ -946,7 +946,7 @@ wheels = [ [[package]] name = "cognee" -version = "0.5.0" +version = "0.5.1" source = { editable = "." } dependencies = [ { name = "aiofiles" },