mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
chore: bump version to 1.0.0a1 across all packages
- Updated version to 1.0.0a1 in pyproject.toml for crewai and crewai-tools - Adjusted version in __init__.py files for consistency
This commit is contained in:
@@ -12,7 +12,7 @@ dependencies = [
|
||||
"pytube>=15.0.0",
|
||||
"requests>=2.32.0",
|
||||
"docker>=7.1.0",
|
||||
"crewai==1.0.0a0",
|
||||
"crewai==1.0.0a1",
|
||||
"lancedb>=0.5.4",
|
||||
"tiktoken>=0.8.0",
|
||||
"stagehand>=0.4.1",
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# ruff: noqa: F401
|
||||
from .adapters.enterprise_adapter import EnterpriseActionTool
|
||||
from .adapters.mcp_adapter import MCPServerAdapter
|
||||
from .adapters.zapier_adapter import ZapierActionTool
|
||||
@@ -98,4 +99,4 @@ from .tools import (
|
||||
)
|
||||
|
||||
|
||||
__version__ = "1.0.0a0"
|
||||
__version__ = "1.0.0a1"
|
||||
|
||||
Reference in New Issue
Block a user