From 60244ea5ca7d33d5bd81a869c5d16db469be5f1c Mon Sep 17 00:00:00 2001 From: lcoombe Date: Thu, 25 Jul 2024 08:42:16 -0700 Subject: [PATCH] Prepare for v1.1.3 release --- ntroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntroot b/ntroot index a169913..4f45196 100755 --- a/ntroot +++ b/ntroot @@ -11,7 +11,7 @@ import subprocess from packaging import version import snakemake -NTROOT_VERSION = "v1.1.2" +NTROOT_VERSION = "v1.1.3" def set_up_parser(): "Set-up the ntRoot argparse parser"