Bump 0.2.0

This commit is contained in:
Yomguithereal 2018-05-30 18:44:29 +02:00
parent e2ada2a052
commit e62ca1a8d2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ with open('./README.md', 'r') as f:
long_description = f.read()
setup(name='fog',
version='0.1.1',
version='0.2.0',
description='A fuzzy matching & clustering library for python.',
long_description=long_description,
long_description_content_type='text/markdown',