Skip to content

Commit 473d302

Browse files
committed
Bump version to 0.1.6
1 parent f6c1025 commit 473d302

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.5",
8+
version="0.1.6",
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.5'
39+
__version__ = '0.1.6'

0 commit comments

Comments
 (0)