Skip to content

Commit 350348f

Browse files
authored
Merge pull request #49 from PMCC-BioinformaticsCore/upgrade-v0.11.4
upgrade janis-core and janis-assistant to include sha3 changes
2 parents f4ec796 + c108db3 commit 350348f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

janis/__meta__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "v0.11.3"
1+
__version__ = "v0.11.4"
22

33
GITHUB_URL = "https://github.com/PMCC-BioinformaticsCore/janis"
44
DOCS_URL = "https://janis.readthedocs.io/en/latest/"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Version information is found in the __init__ file of `janis/`
44
DESCRIPTION = "Contains classes and helpers to build a workflow, and provide options to convert to CWL / WDL"
55

6-
JANIS_CORE_VERSION = "v0.11.3"
7-
JANIS_ASSISTANT_VERSION = "v0.11.6"
6+
JANIS_CORE_VERSION = "v0.11.4"
7+
JANIS_ASSISTANT_VERSION = "v0.11.7"
88
JANIS_UNIX_VERSION = "v0.11.0"
99
JANIS_BIOINFORMATICS_VERSION = "v0.11.1"
1010
JANIS_PIPELINES_VERSION = "v0.11.3"

0 commit comments

Comments
 (0)