From 599915b3e686476a1d59741055c34014803a2add Mon Sep 17 00:00:00 2001 From: Yomguithereal Date: Wed, 20 Jun 2018 16:27:30 +0200 Subject: [PATCH] Bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 77c5285..4b1995d 100644 --- a/setup.py +++ b/setup.py @@ -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',