We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e7b9ec commit 060a51cCopy full SHA for 060a51c
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="strsimpy",
8
- version="0.2.0",
+ version="0.2.1",
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
@@ -37,4 +37,4 @@
37
from .sift4 import SIFT4Options, SIFT4
38
39
__name__ = 'strsimpy'
40
-__version__ = '0.2.0'
+__version__ = '0.2.1'
0 commit comments