diff --git a/pyproject.toml b/pyproject.toml index 540e9cbbc..7a30f5038 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "cognee" -version = "0.3.4.dev4" +version = "0.3.4" 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 91e4680f2..a09a543bc 100644 --- a/uv.lock +++ b/uv.lock @@ -811,7 +811,7 @@ wheels = [ [[package]] name = "cognee" -version = "0.3.4.dev4" +version = "0.3.4" source = { editable = "." } dependencies = [ { name = "aiofiles" },