We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddfc016 commit b9137f0Copy full SHA for b9137f0
node/setup.py
@@ -21,8 +21,8 @@ def read(fname):
21
22
console_scripts = ['sqswatcher = sqswatcher.sqswatcher:main',
23
'nodewatcher = nodewatcher.nodewatcher:main']
24
-version = "0.0.8"
25
-requires = ['boto>=2.38', 'paramiko', 'python-dateutil']
+version = "1.0.0"
+requires = ['boto>=2.39', 'paramiko', 'python-dateutil']
26
27
if sys.version_info[:2] == (2, 6):
28
# For python2.6 we have to require argparse since it
@@ -47,7 +47,7 @@ def read(fname):
47
},
48
long_description=read('README'),
49
classifiers=[
50
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
51
"Environment :: Console",
52
"Programming Language :: Python",
53
"Topic :: Scientific/Engineering",
0 commit comments