From 03ccef5ae541a400a953e9bad990e729bfe6d573 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 2 Aug 2019 17:35:48 -0700 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fda0088..e863181 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f: setup( name='minitor', - version='1.0.2', + version='1.0.3', description='A minimal monitoring tool', long_description=long_description, long_description_content_type='text/markdown',