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 c1ce0b8 commit a972f12Copy full SHA for a972f12
src/jarowinkler/__init__.py
@@ -1,6 +1,6 @@
1
__author__: str = "Max Bachmann"
2
__license__: str = "MIT"
3
-__version__: str = "1.0.5"
+__version__: str = "1.1.0"
4
5
def _fallback_import(module: str, name: str):
6
import importlib
0 commit comments