From 47a8bdf4a0a659cc2852a3995129a88a3bb1a89f Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 13 Apr 2018 21:39:30 -0700 Subject: [PATCH] Bump version to v0.1.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 74c1c87..0f14a5b 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.1.2', + version='0.1.3', description='A minimal monitoring tool', long_description=long_description, url='https://git.iamthefij.com/iamthefij/minitor',