Skip to content

Commit fb64bb1

Browse files
committed
Bump toil-box and toil-stable-box to stable s3am release
(cherry picked from commit f851502)
1 parent c0380c6 commit fb64bb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

toil/src/cgcloud/toil/toil_box.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def __install_toil( self ):
8080
@fabric_task
8181
def __install_s3am( self ):
8282
virtualenv( name='s3am',
83-
distributions=[ '--pre', 's3am==1.0b1.dev49' ],
83+
distributions=[ 's3am==1.1' ],
8484
pip_distribution="pip==8.0.2",
8585
executable='s3am' )
8686

0 commit comments

Comments
 (0)