Bump 0.11.9

This commit is contained in:
Yomguithereal 2023-09-08 14:10:01 +02:00
parent ac659d97c9
commit ec2619df6e
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ pycodestyle==2.4.0
pytest==3.5.1 pytest==3.5.1
python-Levenshtein==0.12.0 python-Levenshtein==0.12.0
numpy==1.14.3 numpy==1.14.3
twine==1.11.0 twine
wheel wheel
# Dependencies # Dependencies

View File

@ -12,7 +12,7 @@ EXTENSIONS = [
] ]
setup(name='fog', setup(name='fog',
version='0.11.8', version='0.11.9',
description='A fuzzy matching & clustering library for python.', description='A fuzzy matching & clustering library for python.',
long_description=long_description, long_description=long_description,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',