diff --git a/contrib/crewai/Makefile b/contrib/crewai/Makefile new file mode 100644 index 00000000..17e6a0ee --- /dev/null +++ b/contrib/crewai/Makefile @@ -0,0 +1,4 @@ +.PHONY: install + +install: + uv sync diff --git a/contrib/crewai/pyproject.toml b/contrib/crewai/pyproject.toml index 7c9d8644..b5e83201 100644 --- a/contrib/crewai/pyproject.toml +++ b/contrib/crewai/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "crewai-arcade" -version = "2.0.0" +version = "2.0.1" description = "This package is no longer maintained. Please visit https://docs.arcade.dev for the latest Arcade integrations." readme = "README.md" license = "MIT"