From e1ae6b21de6ecd56b8a85900793f309142a06baf Mon Sep 17 00:00:00 2001 From: Richard Lupat Date: Fri, 19 Nov 2021 22:05:49 +1100 Subject: [PATCH] Update janis to version 0.11.6 --- janis/__meta__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/janis/__meta__.py b/janis/__meta__.py index e3cfc276..4a242ef2 100644 --- a/janis/__meta__.py +++ b/janis/__meta__.py @@ -1,4 +1,4 @@ -__version__ = "v0.11.4" +__version__ = "v0.11.6" GITHUB_URL = "https://github.com/PMCC-BioinformaticsCore/janis" DOCS_URL = "https://janis.readthedocs.io/en/latest/"