Skip to content

Commit

Permalink
release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Jul 4, 2022
1 parent c1ce0b8 commit a972f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jarowinkler/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__: str = "Max Bachmann"
__license__: str = "MIT"
__version__: str = "1.0.5"
__version__: str = "1.1.0"

def _fallback_import(module: str, name: str):
import importlib
Expand Down

0 comments on commit a972f12

Please sign in to comment.