Bump version to v0.2.1

This commit is contained in:
IamTheFij 2018-04-18 21:52:12 -07:00
parent 713abaa736
commit e20e75b2bf
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.2.0',
version='0.2.1',
description='A minimal monitoring tool',
long_description=long_description,
url='https://git.iamthefij.com/iamthefij/minitor',