From 9add8a9f308e3bb439c592876193c11cb8a6b750 Mon Sep 17 00:00:00 2001 From: Jax Liu Date: Mon, 25 May 2026 11:58:34 +0800 Subject: [PATCH] chore(wren): rebrand PyPI description to Wren AI (#2321) Co-authored-by: Claude Opus 4.7 (1M context) --- core/wren/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/wren/pyproject.toml b/core/wren/pyproject.toml index bbec53335..ed6eea84f 100644 --- a/core/wren/pyproject.toml +++ b/core/wren/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "wrenai" version = "0.7.0" -description = "Wren Engine CLI and Python SDK — semantic SQL layer for 20+ data sources" +description = "Wren AI CLI and Python SDK — semantic SQL layer for 20+ data sources" readme = "README.md" requires-python = ">=3.11" license = { text = "Apache-2.0" }