Skip to content

Commit 06d4484

Browse files
authored
increment Version
1 parent d54fefc commit 06d4484

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.12.2
1+
0.12.3

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.12.2"
6+
__version__ = "0.12.3"
77

88
from rapidfuzz import process, fuzz, levenshtein, utils

0 commit comments

Comments
 (0)