From 3cf0c8801b1b8f5ebc80c14b0863d29a4bdf9b6d Mon Sep 17 00:00:00 2001 From: Matt Shin Date: Tue, 19 Aug 2025 16:49:29 +0100 Subject: [PATCH] Prepare 0.6.7 --- src/yamlprocessor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yamlprocessor/__init__.py b/src/yamlprocessor/__init__.py index 7479431..b31357c 100644 --- a/src/yamlprocessor/__init__.py +++ b/src/yamlprocessor/__init__.py @@ -1,2 +1,2 @@ """Process YAML include files and variable substitutions.""" -__version__ = '0.6.6' +__version__ = '0.6.7'