Skip to content

Commit

Permalink
Merge pull request #226 from /issues/225-toil-3.3.3/1.5.x
Browse files Browse the repository at this point in the history
Bump toil-box to 3.3.3 (resolves #225)
  • Loading branch information
hannes-ucsc authored Sep 23, 2016
2 parents f9f329c + 6e1b40e commit 22b0470
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 @@ -124,7 +124,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 22b0470

Please sign in to comment.