Skip to content

Commit c7fedc5

Browse files
authored
Merge pull request #22 from joseph-fox/bump-version
Bump version number
2 parents 5da81da + ae85eaf commit c7fedc5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Changes in 3.0.0
2+
================
3+
Backward incompatible change: dropped the support of Python 2.6.
4+
Fix an BytesIO issues that prevents Python 2.7 from serialising a filter.
5+
16
Changes in 2.3.2
27
==============
38
Added hash function to the filter instance.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
from setuptools import setup
33

4-
VERSION = '2.3.2'
4+
VERSION = '3.0.0'
55
DESCRIPTION = "Bloom filter: A Probabilistic data structure"
66
LONG_DESCRIPTION = """
77
This bloom filter is forked from pybloom, and its tightening ratio is changed to 0.9, and this ration is consistently used. Choosing r around 0.8 - 0.9 will result in better average space usage for wide range of growth, therefore the default value of model is set to LARGE_SET_GROWTH.

0 commit comments

Comments
 (0)