diff --git a/pyproject.toml b/pyproject.toml index 4398b289e..24e1eda5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "cognee" -version = "0.1.2" +version = "0.1.3" description = "Cognee - is a library for enriching LLM context with a semantic layer for better understanding and reasoning." -authors = ["Vasilije Markovic"] +authors = ["Vasilije Markovic", "Boris Arzentar"] readme = "README.md" license = "Apache-2.0" homepage = "https://www.cognee.ai"