Skip to content

Commit

Permalink
Bump version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
luozhouyang committed Jun 11, 2020
1 parent f6c1025 commit 473d302
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.5",
version="0.1.6",
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.5'
__version__ = '0.1.6'

0 comments on commit 473d302

Please sign in to comment.