From 28a73e5c2fb5480ee08efbe974a2b5c8aa7a9a01 Mon Sep 17 00:00:00 2001 From: Gavin Huttley Date: Mon, 23 Mar 2026 11:50:07 +1100 Subject: [PATCH] DEV: bumped version to 2026.3.23 --- src/mutation_motif/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mutation_motif/__init__.py b/src/mutation_motif/__init__.py index 7d4a7c6..b0256e6 100644 --- a/src/mutation_motif/__init__.py +++ b/src/mutation_motif/__init__.py @@ -5,5 +5,4 @@ filterwarnings("ignore", "Attempting to set identical bottom==top") filterwarnings("ignore", "invalid value encountered.*") -__license__ = "BSD-3" -__version__ = "2025.7.17" +__version__ = "2026.3.23"