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 f3a04b0 commit 3f908d6Copy full SHA for 3f908d6
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.1.1"
+version = "2.2.1"
29
requires = ['boto3>=1.7.55', 'python-dateutil>=2.6.1']
30
31
if sys.version_info[:2] == (2, 6):
0 commit comments