From ec2619df6e3ea402ec7db1ee0171901b8d808550 Mon Sep 17 00:00:00 2001 From: Yomguithereal Date: Fri, 8 Sep 2023 14:10:01 +0200 Subject: [PATCH] Bump 0.11.9 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',