From e20e75b2bf673d221f157f36c67991d644e7af7c Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Wed, 18 Apr 2018 21:52:12 -0700 Subject: [PATCH] Bump version to v0.2.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5fc3d6a..c860751 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='0.2.0', + version='0.2.1', description='A minimal monitoring tool', long_description=long_description, url='https://git.iamthefij.com/iamthefij/minitor',