bumping version

This commit is contained in:
Joao Moura
2026-02-26 23:05:23 -08:00
parent c9e8068578
commit 086a905e2a
5 changed files with 5 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
"""CrewAI development tools."""
__version__ = "1.10.0"
__version__ = "1.10.1a"

View File

@@ -200,7 +200,7 @@ def add_docs_version(docs_json_path: Path, version: str) -> bool:
Args:
docs_json_path: Path to docs/docs.json.
version: Version string (e.g., "1.10.0").
version: Version string (e.g., "1.10.1a").
Returns:
True if docs.json was updated, False otherwise.