From b3e4000cc132a43a8ac929fe94bba4292a9b672f Mon Sep 17 00:00:00 2001 From: Mitsuo Takaki Date: Fri, 25 Oct 2019 08:12:10 -0700 Subject: [PATCH] Fixing the version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7dc26ea..d1029ec 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='cachet-url-monitor', - version='1.5', + version='0.5', description='Cachet URL monitor plugin', author='Mitsuo Takaki', author_email='mitsuotakaki@gmail.com',