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" },