From 68a5609abc33abb8671c2de4035238784bf66cc3 Mon Sep 17 00:00:00 2001 From: Mitsuo Takaki Date: Sun, 18 Mar 2018 22:36:58 -0700 Subject: [PATCH] Bumping up the version to 0.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 24893fa..2b66aba 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup(name='cachet-url-monitor', - version='0.3', + version='0.4', description='Cachet URL monitor plugin', author='Mitsuo Takaki', author_email='mitsuotakaki@gmail.com',