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 5189966 commit 33b11c1Copy full SHA for 33b11c1
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.1"
+version = "1.4.2"
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