From 8a93037d6961e2270441d0630ea77b5390292673 Mon Sep 17 00:00:00 2001 From: John Lees Date: Tue, 6 Aug 2024 11:12:59 +0100 Subject: [PATCH] Bump minor version --- PopPUNK/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PopPUNK/__init__.py b/PopPUNK/__init__.py index f6363b75..e2387b9f 100644 --- a/PopPUNK/__init__.py +++ b/PopPUNK/__init__.py @@ -3,7 +3,7 @@ '''PopPUNK (POPulation Partitioning Using Nucleotide Kmers)''' -__version__ = '2.6.7' +__version__ = '2.7.0' # Minimum sketchlib version SKETCHLIB_MAJOR = 2