chore(cli): align version with crewai 1.14.5a2 via hatch dynamic source

This commit is contained in:
Greyson Lalonde
2026-05-05 09:05:24 +08:00
parent a8a6a888e4
commit a136d63dde
3 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "crewai-cli"
version = "1.10.0"
dynamic = ["version"]
description = "CLI for CrewAI - scaffold, run, deploy and manage AI agent crews without installing the full framework."
readme = "README.md"
authors = [
@@ -36,5 +36,8 @@ crewai = "crewai_cli.cli:crewai"
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.version]
path = "src/crewai_cli/__init__.py"
[tool.hatch.build.targets.wheel]
packages = ["src/crewai_cli"]

View File

@@ -1 +1 @@
__version__ = "1.10.0"
__version__ = "1.14.5a2"

1
uv.lock generated
View File

@@ -1432,7 +1432,6 @@ provides-extras = ["a2a", "anthropic", "aws", "azure-ai-inference", "bedrock", "
[[package]]
name = "crewai-cli"
version = "1.10.0"
source = { editable = "lib/cli" }
dependencies = [
{ name = "appdirs" },