Skip to content

Commit

Permalink
Bump version to 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
luozhouyang committed Sep 22, 2020
1 parent ff4e41f commit 9c85f50
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.7",
version="0.1.8",
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.7'
__version__ = '0.1.8'

0 comments on commit 9c85f50

Please sign in to comment.