Skip to content

Commit a83c30f

Browse files
authored
release 1.2.2
1 parent 86eae53 commit a83c30f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def show_message(*lines):
1111

1212
setup_args = {
1313
"name": "jarowinkler",
14-
"version": "1.2.1",
14+
"version": "1.2.2",
1515
"url": "https://github.com/maxbachmann/JaroWinkler",
1616
"author": "Max Bachmann",
1717
"author_email": "pypi@maxbachmann.de",

src/jarowinkler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__: str = "Max Bachmann"
22
__license__: str = "MIT"
3-
__version__: str = "1.2.1"
3+
__version__: str = "1.2.2"
44

55
def _fallback_import(module: str, name: str):
66
import importlib

0 commit comments

Comments
 (0)