From 49138c6e370a5343c01d95cfd978e9905c99c68e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moura?= Date: Thu, 10 Oct 2024 19:41:58 -0300 Subject: [PATCH] updating init --- src/crewai/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/crewai/__init__.py b/src/crewai/__init__.py index 6cf9eb0e6..0f552ec86 100644 --- a/src/crewai/__init__.py +++ b/src/crewai/__init__.py @@ -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"] -