mirror of https://github.com/Yomguithereal/fog.git
Bump 0.11.9
This commit is contained in:
parent
ac659d97c9
commit
ec2619df6e
|
@ -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
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue