File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ Minor breaking changes; mismatched Bloom filters raise a `SimilarityError` inste
1111* Updated typing to be more consistent and correct
1212* Drop python 3.9 support
1313
14-
1514### Version 0.6.2
1615
1716* ` BloomFilterOnDisk `
Original file line number Diff line number Diff line change @@ -32,5 +32,5 @@ keywords:
3232 - Counting Cuckoo Filter
3333 - Quotient Filter
3434license : MIT
35- version : 0.6.2
36- date-released : ' 2025-11-29 '
35+ version : 0.7.0
36+ date-released : ' 2026-02-08 '
Original file line number Diff line number Diff line change 2424__maintainer__ = "Tyler Barrus"
2525__email__ = "barrust@gmail.com"
2626__license__ = "MIT"
27- __version__ = "0.6.2 "
27+ __version__ = "0.7.0 "
2828__credits__ : list [str ] = []
2929__url__ = "https://github.com/barrust/pyprobables"
3030__bugtrack_url__ = "https://github.com/barrust/pyprobables/issues"
You can’t perform that action at this time.
0 commit comments