preparing new version

This commit is contained in:
João Moura
2024-11-11 00:03:52 -03:00
parent 49220ec163
commit 6d677541c7
8 changed files with 8 additions and 8 deletions

View File

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