Skip to content

Commit 5ec9f57

Browse files
authored
Merge pull request #17 from mohanasudhan/version_bump
Bumping version to 1.4.1 as py_pi doesn't allow override
2 parents eb2d97b + ca8fdf2 commit 5ec9f57

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.0"
24+
version = "1.4.1"
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)