Skip to content

Commit 89d36d9

Browse files
Sean Smithdemartinofra
Sean Smith
authored andcommitted
Release Version 2.0.0
Signed-off-by: Sean Smith <seaam@amazon.com>
1 parent 83afbd6 commit 89d36d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def read(fname):
2525
console_scripts = ['sqswatcher = sqswatcher.sqswatcher:main',
2626
'nodewatcher = nodewatcher.nodewatcher:main',
2727
'jobwatcher = jobwatcher.jobwatcher:main']
28-
version = "2.0.0rc1"
28+
version = "2.0.0"
2929
requires = ['boto3>=1.7.55', 'python-dateutil>=2.6.1']
3030

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

0 commit comments

Comments
 (0)