From 58b7cd2843ead1fe5e30b3232885d5f84c64811b Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Mon, 29 Oct 2018 12:34:39 -0700 Subject: [PATCH] Bump version to v0.3.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 06a6585..e4cadca 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.3.0', + version='0.3.1', description='A minimal monitoring tool', long_description=long_description, url='https://git.iamthefij.com/iamthefij/minitor',