From fad06029560e39c3969191f1a475c9e1922594b5 Mon Sep 17 00:00:00 2001 From: Joe Lu Date: Mon, 20 Nov 2017 14:01:13 -0800 Subject: [PATCH] Bumped version to 0.2.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 14a49da..ecf8c21 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='py-canary', - version='0.2.1', + version='0.2.2', packages=['canary'], url='https://github.com/snjoetw/py-canary', license='MIT',