Skip to content

Commit

Permalink
Upgrade to version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
axiak committed Jun 7, 2012
1 parent f7e8575 commit 514ff63
Show file tree
Hide file tree
Showing 5 changed files with 608 additions and 419 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
*.egg/
/cfuzzyset.so
/fuzzyset/cfuzzyset.html
/local
Expand Down
2 changes: 1 addition & 1 deletion fuzzyset/__init__.py
Expand Up @@ -4,7 +4,7 @@
import collections
import Levenshtein

__version__ = (0, 0, 4)
__version__ = (0, 0, 5)

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

Expand Down

0 comments on commit 514ff63

Please sign in to comment.