fix version

This commit is contained in:
João Moura
2025-02-05 21:18:20 -08:00
committed by Devin AI
parent 74d3598cb3
commit 9e267ed23b
6 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ warnings.filterwarnings(
category=UserWarning,
module="pydantic.main",
)
__version__ = "0.100.0"
__version__ = "0.100.1"
__all__ = [
"Agent",
"Crew",