Skip to content

Commit 2f4d0ed

Browse files
committed
increment version number
1 parent da4bfa4 commit 2f4d0ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.14.1
1+
0.14.2

src/rapidfuzz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"""
44
__author__ = "Max Bachmann"
55
__license__ = "MIT"
6-
__version__ = "0.14.1"
6+
__version__ = "0.14.2"
77

88
from rapidfuzz import process, fuzz, utils, levenshtein

0 commit comments

Comments
 (0)