Skip to content

Commit 3f908d6

Browse files
committed
Fix version
Signed-off-by: Enrico Usai <[email protected]>
1 parent f3a04b0 commit 3f908d6

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
@@ -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.1.1"
28+
version = "2.2.1"
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)