Skip to content

Commit

Permalink
Bump toil-box to 3.3.3 (resolves BD2KGenomics#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-ucsc committed Sep 23, 2016
1 parent 183f0aa commit bf487b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toil/src/cgcloud/toil/toil_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class ToilBox( ToilBoxSupport ):
A box with Mesos, the latest stable Toil release and their dependencies installed.
"""

default_spec = 'toil[aws,mesos,encryption,cwl]==3.3.1'
default_spec = 'toil[aws,mesos,encryption,cwl]==3.3.3'

@classmethod
def get_role_options( cls ):
Expand Down

0 comments on commit bf487b7

Please sign in to comment.