From 0487cf422505d40a17e4b7969446e40304de86b3 Mon Sep 17 00:00:00 2001 From: Ryan Benson Date: Mon, 6 Jul 2026 14:37:43 -0700 Subject: [PATCH] Bump version to 2026.06 --- pyhindsight/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyhindsight/__init__.py b/pyhindsight/__init__.py index feb82e7..133b258 100644 --- a/pyhindsight/__init__.py +++ b/pyhindsight/__init__.py @@ -1,5 +1,5 @@ __author__ = "Ryan Benson" -__version__ = "2026.04" +__version__ = "2026.06" __email__ = "ryan@hindsig.ht"