From f9ed9d6a2a1c45888d63630422891a740e6e40e9 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Sat, 17 Feb 2018 20:48:46 -0800 Subject: [PATCH] Bump version to v0.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b8c336f..4107933 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f: setup( name='minitor', - version='0.1.0', + version='0.1.1', description='A minimal monitoring tool', long_description=long_description, url='https://git.iamthefij.com/iamthefij/minitor',