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"