Skip to content

Commit d20b100

Browse files
committed
Update version to 1.4.3 for the bugfix release.
Signed-off-by: Raghu Raja <[email protected]>
1 parent 3467dfe commit d20b100

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.2"
24+
version = "1.4.3"
2525
requires = ['boto>=2.48.0', 'python-dateutil>=2.6.1']
2626

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

0 commit comments

Comments
 (0)