Skip to content

Commit a972f12

Browse files
committed
release v1.1.0
1 parent c1ce0b8 commit a972f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.0.5"
3+
__version__: str = "1.1.0"
44

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

0 commit comments

Comments
 (0)