Skip to content

Commit 3c9c139

Browse files
committed
Release v0.1.5
1 parent 0b20a90 commit 3c9c139

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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.4'
39+
__version__ = '0.1.5'

0 commit comments

Comments
 (0)