From b04eca213e38a06bbf93e7b5ccf85cba40a78ca3 Mon Sep 17 00:00:00 2001 From: James Turk Date: Thu, 20 Nov 2014 15:03:50 -0500 Subject: [PATCH] 0.3.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d92978d..2532ff7 100755 --- a/setup.py +++ b/setup.py @@ -93,7 +93,7 @@ def run_setup(build_c): long_description = readme.read() setup(name="jellyfish", - version="0.3.2", + version="0.3.3", platforms=["any"], description=("a library for doing approximate and " "phonetic matching of strings."),