Skip to content

Commit a2783f8

Browse files
committed
preparing version 0.6
1 parent 4389831 commit a2783f8

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

docs/source/generating_workflows_recipe.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,8 @@ package for an application in WfCommons: ::
7979

8080
The snippet below shows an example of how to import the recipes: ::
8181

82-
# creating an Epigenomics workflow recipe
8382
from wfcommons.wfchef.recipes import EpigenomicsRecipe
8483

85-
8684
To check which recipes are installed in a system and how to import them use: ::
8785
8886
$ wfchef ls

wfcommons/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
# the Free Software Foundation, either version 3 of the License, or
99
# (at your option) any later version.
1010

11-
__version__ = "0.6-dev"
11+
__version__ = "0.6"

0 commit comments

Comments
 (0)