Skip to content

Commit 9c85f50

Browse files
committed
Bump version to 0.1.8
1 parent ff4e41f commit 9c85f50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: 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.1.7",
8+
version="0.1.8",
99
description="A library implementing different string similarity and distance measures",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",

Diff for: strsimpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
from .weighted_levenshtein import WeightedLevenshtein
3737

3838
__name__ = 'strsimpy'
39-
__version__ = '0.1.7'
39+
__version__ = '0.1.8'

0 commit comments

Comments
 (0)