Skip to content

Commit

Permalink
cutting new version
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomdmoura committed Mar 12, 2024
1 parent 671a8d0 commit 04d9603
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,4 @@ repos:
hooks:
- id: isort
name: isort (python)
args: ["--profile", "black", "--filter-files"]

- repo: https://github.com/PyCQA/autoflake
rev: v2.2.1
hooks:
- id: autoflake
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variables', '--ignore-init-module-imports']
args: ["--profile", "black", "--filter-files"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "crewai"
version = "0.22.3"
version = "0.22.4"
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 <joao@crewai.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/crewai/cli/templates/crew.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from crewai.project import CrewBase, agent, crew, task

# Uncomment the following line to use an example of a custom tool
# from .tools.custom_tool import MyCustomTool
# from {{folder_name}}.tools.custom_tool import MyCustomTool

# Check our tools documentations for more information on how to use them
# from crewai_tools import SerperDevTool
Expand Down

0 comments on commit 04d9603

Please sign in to comment.