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 83afbd6 commit 89d36d9Copy full SHA for 89d36d9
setup.py
@@ -25,7 +25,7 @@ def read(fname):
25
console_scripts = ['sqswatcher = sqswatcher.sqswatcher:main',
26
'nodewatcher = nodewatcher.nodewatcher:main',
27
'jobwatcher = jobwatcher.jobwatcher:main']
28
-version = "2.0.0rc1"
+version = "2.0.0"
29
requires = ['boto3>=1.7.55', 'python-dateutil>=2.6.1']
30
31
if sys.version_info[:2] == (2, 6):
0 commit comments