preparing new version

This commit is contained in:
João Moura
2024-10-18 07:13:17 -03:00
parent 6d20ba70a1
commit 81ae07abdb
9 changed files with 281 additions and 54 deletions

View File

@@ -14,5 +14,5 @@ warnings.filterwarnings(
category=UserWarning,
module="pydantic.main",
)
__version__ = "0.70.1"
__version__ = "0.74.0"
__all__ = ["Agent", "Crew", "Process", "Task", "Pipeline", "Router", "LLM", "Flow"]