Update version to 0.121.0 across project files and dependencies (#2879)
Some checks failed
Notify Downstream / notify-downstream (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled

This commit is contained in:
Lorenze Jay
2025-05-21 18:17:19 -07:00
committed by GitHub
parent d0855987f8
commit e59627adf2
6 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ warnings.filterwarnings(
category=UserWarning,
module="pydantic.main",
)
__version__ = "0.120.1"
__version__ = "0.121.0"
__all__ = [
"Agent",
"Crew",