Skip to content

Commit 1fd9ced

Browse files
committed
Dev builds
1 parent 4a1258d commit 1fd9ced

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cli/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ def read(fname):
2020
return open(os.path.join(os.path.dirname(__file__), fname)).read()
2121

2222
console_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

2626
if sys.version_info[:2] == (2, 6):
2727
# For python2.6 we have to require argparse since it

node/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def read(fname):
2121

2222
console_scripts = ['sqswatcher = sqswatcher.sqswatcher:main',
2323
'nodewatcher = nodewatcher.nodewatcher:main']
24-
version = "0.0.2"
24+
version = "0.0.4"
2525
requires = ['boto>=2.34', 'paramiko', 'python-dateutil']
2626

2727
if sys.version_info[:2] == (2, 6):

0 commit comments

Comments
 (0)