File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 42
42
except ImportError :
43
43
raise ImportError ('pybloom requires bitarray >= 0.3.4' )
44
44
45
- __version__ = '1.0.2'
46
- __author__ = "Jay Baird <jay@mochimedia.com>, Bob Ippolito <bob@redivi.com>"
45
+ __version__ = '1.0.3'
46
+ __author__ = "Jay Baird <jay@mochimedia.com>, Bob Ippolito <bob@redivi.com>,\
47
+ Marius Eriksen <marius@monkey.org>, Alex Brassetvik <alex@brasetvik.com>"
47
48
48
49
def make_hashfuncs (num_slices , num_bits ):
49
50
if num_bits >= (1 << 31 ):
Original file line number Diff line number Diff line change 6
6
7
7
from setuptools import setup , find_packages , Extension
8
8
9
- VERSION = '1.0.2 '
9
+ VERSION = '1.0.3 '
10
10
DESCRIPTION = "PyBloom: A Probabilistic data structure"
11
11
LONG_DESCRIPTION = """
12
12
pybloom is a Python implementation of the bloom filter probabilistic data
You can’t perform that action at this time.
0 commit comments