Skip to content

Commit

Permalink
Update to 0.0.18 on master
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jan 24, 2019
1 parent 2bd4ae8 commit 0c7e5af
Show file tree
Hide file tree
Showing 4 changed files with 546 additions and 802 deletions.
2 changes: 1 addition & 1 deletion fuzzyset/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import collections
import Levenshtein

__version__ = (0, 0, 16)
__version__ = (0, 0, 18)

_non_word_re = re.compile(r'[^\w, ]+')

Expand Down
Loading

0 comments on commit 0c7e5af

Please sign in to comment.