This commit is contained in:
Yomguithereal 2018-06-20 16:27:30 +02:00
parent 76dfc85a95
commit 599915b3e6
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.2.0',
version='0.3.0',
description='A fuzzy matching & clustering library for python.',
long_description=long_description,
long_description_content_type='text/markdown',