Skip to content

Commit b9137f0

Browse files
committed
Pushing cfncluster-node-1.0.0
1 parent ddfc016 commit b9137f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

node/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ def read(fname):
2121

2222
console_scripts = ['sqswatcher = sqswatcher.sqswatcher:main',
2323
'nodewatcher = nodewatcher.nodewatcher:main']
24-
version = "0.0.8"
25-
requires = ['boto>=2.38', 'paramiko', 'python-dateutil']
24+
version = "1.0.0"
25+
requires = ['boto>=2.39', 'paramiko', 'python-dateutil']
2626

2727
if sys.version_info[:2] == (2, 6):
2828
# For python2.6 we have to require argparse since it
@@ -47,7 +47,7 @@ def read(fname):
4747
},
4848
long_description=read('README'),
4949
classifiers=[
50-
"Development Status :: 4 - Beta",
50+
"Development Status :: 5 - Production/Stable",
5151
"Environment :: Console",
5252
"Programming Language :: Python",
5353
"Topic :: Scientific/Engineering",

0 commit comments

Comments
 (0)