diff --git a/docs/index.md b/docs/index.md index 221b83956..9554378e1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -28,6 +28,11 @@ Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By Processes +
  • + + Crews + +
  • diff --git a/pyproject.toml b/pyproject.toml index 4f6e7e512..fadf657d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "crewai" -version = "0.5.4" +version = "0.5.5" description = "Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks." authors = ["Joao Moura "] readme = "README.md"