Bump version to v0.2.0

This commit is contained in:
IamTheFij 2018-04-18 17:17:12 -07:00
parent 16be263093
commit b8d86917e1
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f:
setup(
name='minitor',
version='0.1.4',
version='0.2.0',
description='A minimal monitoring tool',
long_description=long_description,
url='https://git.iamthefij.com/iamthefij/minitor',