We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86eae53 commit a83c30fCopy full SHA for a83c30f
setup.py
@@ -11,7 +11,7 @@ def show_message(*lines):
11
12
setup_args = {
13
"name": "jarowinkler",
14
- "version": "1.2.1",
+ "version": "1.2.2",
15
"url": "https://github.com/maxbachmann/JaroWinkler",
16
"author": "Max Bachmann",
17
"author_email": "pypi@maxbachmann.de",
src/jarowinkler/__init__.py
@@ -1,6 +1,6 @@
1
__author__: str = "Max Bachmann"
2
__license__: str = "MIT"
3
-__version__: str = "1.2.1"
+__version__: str = "1.2.2"
4
5
def _fallback_import(module: str, name: str):
6
import importlib
0 commit comments