Skip to content

Commit

Permalink
Bump version to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
luozhouyang committed Jul 3, 2020
1 parent 43057b2 commit 396347c
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.1.6",
version="0.1.7",
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 @@ -36,4 +36,4 @@
from .weighted_levenshtein import WeightedLevenshtein

__name__ = 'strsimpy'
__version__ = '0.1.6'
__version__ = '0.1.7'

0 comments on commit 396347c

Please sign in to comment.