From adca016d63a3c48a23266177e1a560a08aed926e Mon Sep 17 00:00:00 2001 From: James Murdza Date: Sun, 17 Aug 2025 09:03:10 -0400 Subject: [PATCH] Fix cua-core version --- libs/python/core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/python/core/pyproject.toml b/libs/python/core/pyproject.toml index 82ecc775..b9692162 100644 --- a/libs/python/core/pyproject.toml +++ b/libs/python/core/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.backend" [project] name = "cua-core" -version = "0.1.0" +version = "0.1.8" description = "Core functionality for Cua including telemetry and shared utilities" readme = "README.md" authors = [