diff --git a/pyproject.toml b/pyproject.toml index 749d915a6..15a666517 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "cognee" -version = "0.3.7.dev1" +version = "0.3.8" 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 45f2221fa..65ee4b4ca 100644 --- a/uv.lock +++ b/uv.lock @@ -929,7 +929,7 @@ wheels = [ [[package]] name = "cognee" -version = "0.3.7.dev1" +version = "0.3.8" source = { editable = "." } dependencies = [ { name = "aiofiles" },