From e17a8508d887c703e9c4ea67b230b2e719cc8a47 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 24 Aug 2014 16:42:29 +0200 Subject: [PATCH] Release 0.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dac41db2..86fc0acf 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from distutils.core import setup setup(name='fuzzywuzzy', - version='0.2.1', + version='0.3.0', description='Fuzzy string matching in python', author='Adam Cohen', author_email='adam@seatgeek.com',