From 79a9a7f8d6e8227e30448f5d32b8eee466859331 Mon Sep 17 00:00:00 2001 From: Mitsuo Takaki Date: Sun, 19 Jan 2020 14:28:50 -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 0089754..988a798 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup(name='cachet-url-monitor', - version='0.6.3', + version='0.6.4', description='Cachet URL monitor plugin', author='Mitsuo Takaki', author_email='mitsuotakaki@gmail.com',