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.
2 parents eb2d97b + ca8fdf2 commit 5ec9f57Copy full SHA for 5ec9f57
setup.py
@@ -21,7 +21,7 @@ def read(fname):
21
22
console_scripts = ['sqswatcher = sqswatcher.sqswatcher:main',
23
'nodewatcher = nodewatcher.nodewatcher:main']
24
-version = "1.4.0"
+version = "1.4.1"
25
requires = ['boto>=2.48.0', 'paramiko>=2.3.1', 'python-dateutil>=2.6.1']
26
27
if sys.version_info[:2] == (2, 6):
0 commit comments