We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c1025 commit 473d302Copy full SHA for 473d302
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="strsimpy",
8
- version="0.1.5",
+ version="0.1.6",
9
description="A library implementing different string similarity and distance measures",
10
long_description=long_description,
11
long_description_content_type="text/markdown",
strsimpy/__init__.py
@@ -36,4 +36,4 @@
36
from .weighted_levenshtein import WeightedLevenshtein
37
38
__name__ = 'strsimpy'
39
-__version__ = '0.1.5'
+__version__ = '0.1.6'
0 commit comments