From 98171769076a9d254e13acff7fafdb06a922671b Mon Sep 17 00:00:00 2001 From: James Turk Date: Wed, 4 Feb 2015 12:22:16 -0500 Subject: [PATCH] 0.3.4 bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2532ff7..b3b3c37 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.3", + version="0.3.4", platforms=["any"], description=("a library for doing approximate and " "phonetic matching of strings."),