updating init

This commit is contained in:
João Moura
2024-10-10 19:41:58 -03:00
parent 258b22f5bc
commit 49138c6e37

View File

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