From 702982e7dff649af60cf3ec72ee0a47cd46609d1 Mon Sep 17 00:00:00 2001 From: James Turk Date: Fri, 27 Mar 2015 16:39:04 -0400 Subject: [PATCH] 0.4.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bdd93e0..3a5786c 100755 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ def run_setup(build_c): long_description = readme.read() setup(name="jellyfish", - version="0.3.4", + version="0.4.0", platforms=["any"], description=("a library for doing approximate and " "phonetic matching of strings."),