diff --git a/requirements.txt b/requirements.txt index 48d11a0..0e4d277 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ pycodestyle==2.4.0 pytest==3.5.1 python-Levenshtein==0.12.0 numpy==1.14.3 -twine==1.11.0 +twine wheel # Dependencies diff --git a/setup.py b/setup.py index d0a81b9..2c17e88 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ EXTENSIONS = [ ] setup(name='fog', - version='0.11.8', + version='0.11.9', description='A fuzzy matching & clustering library for python.', long_description=long_description, long_description_content_type='text/markdown',