We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ec796 commit c108db3Copy full SHA for c108db3
janis/__meta__.py
@@ -1,4 +1,4 @@
1
-__version__ = "v0.11.3"
+__version__ = "v0.11.4"
2
3
GITHUB_URL = "https://github.com/PMCC-BioinformaticsCore/janis"
4
DOCS_URL = "https://janis.readthedocs.io/en/latest/"
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"
5
6
-JANIS_CORE_VERSION = "v0.11.3"
7
-JANIS_ASSISTANT_VERSION = "v0.11.6"
+JANIS_CORE_VERSION = "v0.11.4"
+JANIS_ASSISTANT_VERSION = "v0.11.7"
8
JANIS_UNIX_VERSION = "v0.11.0"
9
JANIS_BIOINFORMATICS_VERSION = "v0.11.1"
10
JANIS_PIPELINES_VERSION = "v0.11.3"
0 commit comments