We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1258d commit 1fd9cedCopy full SHA for 1fd9ced
cli/setup.py
@@ -20,8 +20,8 @@ def read(fname):
20
return open(os.path.join(os.path.dirname(__file__), fname)).read()
21
22
console_scripts = ['cfncluster = cfncluster.cli:main']
23
-version = "0.0.20"
24
-requires = ['boto>=2.36']
+version = "0.0.99"
+requires = ['boto>=2.38']
25
26
if sys.version_info[:2] == (2, 6):
27
# For python2.6 we have to require argparse since it
node/setup.py
@@ -21,7 +21,7 @@ def read(fname):
console_scripts = ['sqswatcher = sqswatcher.sqswatcher:main',
'nodewatcher = nodewatcher.nodewatcher:main']
-version = "0.0.2"
+version = "0.0.4"
requires = ['boto>=2.34', 'paramiko', 'python-dateutil']
0 commit comments