Skip to content

Commit 33b11c1

Browse files
committed
Bumping version to 1.4.2 as we fixed slurm in cfncluster-node
Signed-off-by: Mohan Gandhi <[email protected]>
1 parent 5189966 commit 33b11c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def read(fname):
2121

2222
console_scripts = ['sqswatcher = sqswatcher.sqswatcher:main',
2323
'nodewatcher = nodewatcher.nodewatcher:main']
24-
version = "1.4.1"
24+
version = "1.4.2"
2525
requires = ['boto>=2.48.0', 'paramiko>=2.3.1', 'python-dateutil>=2.6.1']
2626

2727
if sys.version_info[:2] == (2, 6):

0 commit comments

Comments
 (0)