From 7a3408fc35ce8de2683b8aefa4052b451331932a Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Wed, 22 Jul 2026 13:23:20 +0100 Subject: [PATCH] chore: sync __version__ to 2026.7.22.1 Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01Se4scqoA2XQ3UFbPBEo6JP --- autoarray/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoarray/__init__.py b/autoarray/__init__.py index 30ab8123..24b156ac 100644 --- a/autoarray/__init__.py +++ b/autoarray/__init__.py @@ -106,7 +106,7 @@ conf.instance.register(__file__) -__version__ = "2026.7.9.1" +__version__ = "2026.7.22.1" # --------------------------------------------------------------------------- # Public re-export of the autonerves configuration / serialization surface.