File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ def read(fname):
2020 return open (os .path .join (os .path .dirname (__file__ ), fname )).read ()
2121
2222console_scripts = ['cfncluster = cfncluster.cli:main' ]
23- version = "0.0.20 "
24- requires = ['boto>=2.36 ' ]
23+ version = "0.0.99 "
24+ requires = ['boto>=2.38 ' ]
2525
2626if sys .version_info [:2 ] == (2 , 6 ):
2727 # For python2.6 we have to require argparse since it
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def read(fname):
2121
2222console_scripts = ['sqswatcher = sqswatcher.sqswatcher:main' ,
2323 'nodewatcher = nodewatcher.nodewatcher:main' ]
24- version = "0.0.2 "
24+ version = "0.0.4 "
2525requires = ['boto>=2.34' , 'paramiko' , 'python-dateutil' ]
2626
2727if sys .version_info [:2 ] == (2 , 6 ):
You can’t perform that action at this time.
0 commit comments