Skip to content

Commit 060a51c

Browse files
author
luozhouyang
committed
Release v0.2.1
1 parent 0e7b9ec commit 060a51c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="strsimpy",
8-
version="0.2.0",
8+
version="0.2.1",
99
description="A library implementing different string similarity and distance measures",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",

strsimpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
from .sift4 import SIFT4Options, SIFT4
3838

3939
__name__ = 'strsimpy'
40-
__version__ = '0.2.0'
40+
__version__ = '0.2.1'

0 commit comments

Comments
 (0)