From ed893896efceeeebda6b7c58418796e2e64a25d1 Mon Sep 17 00:00:00 2001 From: Andrew Nelson Date: Sat, 27 Sep 2025 14:11:00 +1000 Subject: [PATCH] REL: v0.0.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0dfebc8..fed6e8d 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ MAJOR = 0 MINOR = 0 MICRO = 6 -ISRELEASED = False +ISRELEASED = True VERSION = f"{MAJOR}.{MINOR}.{MICRO}"