From e36a4e5429116c0f15daef8dd16dbcb9e0d97f20 Mon Sep 17 00:00:00 2001 From: Mitsuo Takaki Date: Sat, 18 Jan 2020 14:08:05 -0800 Subject: [PATCH] Bumping the version to reduce the risk of overwriting an existing release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9fbc78b..bd525c8 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='cachet-url-monitor', - version='0.6.2', + version='0.6.3', description='Cachet URL monitor plugin', author='Mitsuo Takaki', author_email='mitsuotakaki@gmail.com',