From eb9f02959149cde547f8c1fb12618951d935164a Mon Sep 17 00:00:00 2001 From: John Lees Date: Wed, 29 Nov 2023 09:21:58 +0000 Subject: [PATCH] Bump versions --- PopPUNK/__init__.py | 2 +- docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PopPUNK/__init__.py b/PopPUNK/__init__.py index 7886b205..34bca61d 100644 --- a/PopPUNK/__init__.py +++ b/PopPUNK/__init__.py @@ -3,7 +3,7 @@ '''PopPUNK (POPulation Partitioning Using Nucleotide Kmers)''' -__version__ = '2.6.2' +__version__ = '2.6.3' # Minimum sketchlib version SKETCHLIB_MAJOR = 2 diff --git a/docs/conf.py b/docs/conf.py index 4ac7043b..e33235ea 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -79,9 +79,9 @@ # built documents. # # The short X.Y version. -version = '2.6.1' +version = '2.6.2' # The full version, including alpha/beta/rc tags. -release = '2.6.1' +release = '2.6.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.