Skip to content

Commit 84dbffc

Browse files
committed
version bump
1 parent bf7dd2c commit 84dbffc

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* Add `QuotientFilter` implementation; [see issue #37](https://github.com/barrust/pyprobables/issues/37)
66
* Add `bitarray` implementation
7+
* Bitwise operations in lieu of modulo calculations
78

89
### Version 0.5.9
910

CITATION.cff

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ keywords:
3030
- Rolling Bloom Filter
3131
- Expanding Bloom Filter
3232
- Counting Cuckoo Filter
33+
- Quotient Filter
3334
license: MIT
34-
version: 0.5.9
35-
date-released: '2023-12-28'
35+
version: 0.6.0
36+
date-released: '2024-01-10'

probables/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
__maintainer__ = "Tyler Barrus"
2626
__email__ = "[email protected]"
2727
__license__ = "MIT"
28-
__version__ = "0.5.9"
28+
__version__ = "0.6.0"
2929
__credits__: List[str] = []
3030
__url__ = "https://github.com/barrust/pyprobables"
3131
__bugtrack_url__ = "https://github.com/barrust/pyprobables/issues"

0 commit comments

Comments
 (0)