From c20d6dd12f0222cda64e110a152a4ae116a1d548 Mon Sep 17 00:00:00 2001 From: Jax Liu Date: Mon, 25 May 2026 11:56:57 +0800 Subject: [PATCH] chore(wren): rebrand PyPI description to Wren AI 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 bbec53335d..ed6eea84f4 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" }