preparing new verison

This commit is contained in:
João Moura
2024-10-23 05:34:34 -03:00
parent 9cd4ff05c9
commit b8a3c29745
10 changed files with 20 additions and 18 deletions

View File

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