From 0c13470122237cb3172e466b27b75087167bdb23 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Sun, 17 Aug 2025 09:40:23 -0400 Subject: [PATCH] Update __version__ in cua-core --- libs/python/core/core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/python/core/core/__init__.py b/libs/python/core/core/__init__.py index 32b90f4c..9716bfd2 100644 --- a/libs/python/core/core/__init__.py +++ b/libs/python/core/core/__init__.py @@ -1,3 +1,3 @@ """Core functionality shared across Cua components.""" -__version__ = "0.1.0" +__version__ = "0.1.8"