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."),