Bump version to v0.1.1

This commit is contained in:
IamTheFij 2018-02-17 20:48:46 -08:00
parent 9bbc452ee9
commit f9ed9d6a2a
1 changed files with 1 additions and 1 deletions

View File

@ -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',