diff --git a/src/crewai/__init__.py b/src/crewai/__init__.py index 7fdc1ddeb..6cf9eb0e6 100644 --- a/src/crewai/__init__.py +++ b/src/crewai/__init__.py @@ -1,5 +1,4 @@ import warnings - from crewai.agent import Agent from crewai.crew import Crew from crewai.flow.flow import Flow @@ -15,5 +14,6 @@ warnings.filterwarnings( category=UserWarning, module="pydantic.main", ) - +__version__ = "0.65.2" __all__ = ["Agent", "Crew", "Process", "Task", "Pipeline", "Router", "LLM", "Flow"] +