From d105f73c4b2325297c4c906c8876c2bfaf3ab998 Mon Sep 17 00:00:00 2001 From: Mitsuo Takaki Date: Wed, 4 May 2016 00:10:07 -0700 Subject: [PATCH] Upgrading the version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5cd0fff..6b127a5 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup(name='cachet-url-monitor', - version='0.1', + version='0.2', description='Cachet URL monitor plugin', author='Mitsuo Takaki', author_email='mitsuotakaki@gmail.com',