Skip to content

Commit

Permalink
Fix a couple more bugs
Browse files Browse the repository at this point in the history
Fixed permissions plumbing for BloomFilter.from_base64

Fixed BloomFilter.__cinit__ to raise an OSError when a file can't be
created.
  • Loading branch information
dbishop committed Feb 22, 2014
1 parent 8ef0c23 commit 4e2aca5
Show file tree
Hide file tree
Showing 5 changed files with 936 additions and 795 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
requirements.append('importlib')

setup(name='pybloomfiltermmap',
version="0.3.11.3",
version="0.3.11",
author="Michael Axiak, Rob Stacey",
author_email="mike@axiak.net",
url="http://github.com/axiak/pybloomfiltermmap/",
Expand Down
Loading

0 comments on commit 4e2aca5

Please sign in to comment.