Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Berkay Dincer committed Nov 14, 2019
1 parent b33ccb4 commit 69e306a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bloomfpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .bloompy import BloomFilter
from .bloomfpy import BloomFilter
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from setuptools import setup

VERSION = '1.0.0'
VERSION = '1.0.1'
DESCRIPTION = "bloomfpy: Bloom Filter implementation for python, a probabilistic data structure"
LONG_DESCRIPTION = """
bloomfpy is a bloom filter implemented in python, bloom filters are probabilistic data structures with sub linear space requirements.
Expand Down

0 comments on commit 69e306a

Please sign in to comment.