Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luozhouyang committed Sep 10, 2021
1 parent 0e7b9ec commit 060a51c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="strsimpy",
version="0.2.0",
version="0.2.1",
description="A library implementing different string similarity and distance measures",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion strsimpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
from .sift4 import SIFT4Options, SIFT4

__name__ = 'strsimpy'
__version__ = '0.2.0'
__version__ = '0.2.1'

0 comments on commit 060a51c

Please sign in to comment.