From d961775e2f591df99b3ba25c347caa379eb36343 Mon Sep 17 00:00:00 2001 From: Lucas Czech Date: Fri, 19 Jul 2024 15:54:34 +0200 Subject: [PATCH] Release v0.13.1 --- workflow/rules/initialize.smk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/rules/initialize.smk b/workflow/rules/initialize.smk index ca02a87..afa9089 100644 --- a/workflow/rules/initialize.smk +++ b/workflow/rules/initialize.smk @@ -41,7 +41,7 @@ logger.logger.addHandler(logging.FileHandler(extra_logfile)) # We want to report the grenepipe version for the user, for reproducibility. # The following line is automatically replaced by the deploy scripts. Do not change manually. -grenepipe_version = "0.13.0" # GRENEPIPE_VERSION # +grenepipe_version = "0.13.1" # GRENEPIPE_VERSION # # Load the config. If --directory was provided, this is also loaded from there.