From c108db335b307f071440880a28d66923f46158c8 Mon Sep 17 00:00:00 2001 From: Juny Kesumadewi Date: Thu, 10 Jun 2021 12:23:05 +1000 Subject: [PATCH] upgrade janis-core and janis-assistant to include sha3 changes --- janis/__meta__.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/janis/__meta__.py b/janis/__meta__.py index 5d1ba67b..e3cfc276 100644 --- a/janis/__meta__.py +++ b/janis/__meta__.py @@ -1,4 +1,4 @@ -__version__ = "v0.11.3" +__version__ = "v0.11.4" GITHUB_URL = "https://github.com/PMCC-BioinformaticsCore/janis" DOCS_URL = "https://janis.readthedocs.io/en/latest/" diff --git a/setup.py b/setup.py index 15227321..60825a8a 100644 --- a/setup.py +++ b/setup.py @@ -3,8 +3,8 @@ # Version information is found in the __init__ file of `janis/` DESCRIPTION = "Contains classes and helpers to build a workflow, and provide options to convert to CWL / WDL" -JANIS_CORE_VERSION = "v0.11.3" -JANIS_ASSISTANT_VERSION = "v0.11.6" +JANIS_CORE_VERSION = "v0.11.4" +JANIS_ASSISTANT_VERSION = "v0.11.7" JANIS_UNIX_VERSION = "v0.11.0" JANIS_BIOINFORMATICS_VERSION = "v0.11.1" JANIS_PIPELINES_VERSION = "v0.11.3"