Bump version to v0.3.1

This commit is contained in:
IamTheFij 2018-10-29 12:34:39 -07:00
parent 30a55b4ab2
commit 58b7cd2843
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.3.0',
version='0.3.1',
description='A minimal monitoring tool',
long_description=long_description,
url='https://git.iamthefij.com/iamthefij/minitor',