From c6b9333a5b0015c4201e51cba9db26ca471374de Mon Sep 17 00:00:00 2001 From: Lucas Czech Date: Tue, 29 Nov 2022 22:52:15 -0800 Subject: [PATCH] Release v0.11.0 --- rules/common.smk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/common.smk b/rules/common.smk index 528a6ce..2402e5e 100644 --- a/rules/common.smk +++ b/rules/common.smk @@ -18,7 +18,7 @@ basedir = workflow.basedir # 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.10.0" #GRENEPIPE_VERSION# +grenepipe_version = "0.11.0" #GRENEPIPE_VERSION# # Add a description of the workflow to the final report report: os.path.join(workflow.basedir, "reports/workflow.rst")