diff --git a/pyproject.toml b/pyproject.toml index 003cf043b..89773a74d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "cognee" -version = "0.3.4.dev1" +version = "0.3.4.dev2" 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 54f59e048..670653862 100644 --- a/uv.lock +++ b/uv.lock @@ -811,7 +811,7 @@ wheels = [ [[package]] name = "cognee" -version = "0.3.4.dev1" +version = "0.3.4.dev2" source = { editable = "." } dependencies = [ { name = "aiofiles" },