From edba65f81dd5c0f5cd2ac8eac5eb5b36c7719522 Mon Sep 17 00:00:00 2001 From: Juny Kesumadewi Date: Thu, 10 Jun 2021 12:19:45 +1000 Subject: [PATCH] upgrade to release v0.11.7, including changes to sha3 --- janis_assistant/__meta__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/janis_assistant/__meta__.py b/janis_assistant/__meta__.py index f377e64..ba4f92c 100644 --- a/janis_assistant/__meta__.py +++ b/janis_assistant/__meta__.py @@ -1,4 +1,4 @@ -__version__ = "v0.11.5" +__version__ = "v0.11.7" DOCS_URL = "https://janis.readthedocs.io" GITHUB_URL = "https://github.com/PMCC-BioinformaticsCore/janis-assistant" ISSUE_URL = "https://github.com/PMCC-BioinformaticsCore/janis-assistant/issues/new"