preparing new version 0.5.0

This commit is contained in:
João Moura
2024-02-04 12:01:05 -08:00
parent c37f54c86f
commit db100439cb
2 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ jobs:
run: | run: |
sudo apt-get update && sudo apt-get update &&
sudo apt-get install pngquant && sudo apt-get install pngquant &&
pip install mkdocs-material pip install mkdocs-material mkdocs-material-extensions pillow cairosvg
env: env:
GH_TOKEN: ${{ secrets.GH_TOKEN }} GH_TOKEN: ${{ secrets.GH_TOKEN }}

View File

@@ -1,9 +1,9 @@
[tool.poetry] [tool.poetry]
name = "crewai" name = "crewai"
version = "0.1.32" version = "0.5.0"
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." 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 <joaomdmoura@gmail.com>"] authors = ["Joao Moura <joao@crewai.com>"]
readme = "README.md" readme = "README.md"
packages = [ packages = [
{ include = "crewai", from = "src" }, { include = "crewai", from = "src" },