diff --git a/CHANGELOG.md b/CHANGELOG.md index ad8a9d5..dc7d692 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,6 @@ Minor breaking changes; mismatched Bloom filters raise a `SimilarityError` inste * Updated typing to be more consistent and correct * Drop python 3.9 support - ### Version 0.6.2 * `BloomFilterOnDisk` diff --git a/CITATION.cff b/CITATION.cff index de86a5c..6a6f5a8 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -32,5 +32,5 @@ keywords: - Counting Cuckoo Filter - Quotient Filter license: MIT -version: 0.6.2 -date-released: '2025-11-29' \ No newline at end of file +version: 0.7.0 +date-released: '2026-02-08' \ No newline at end of file diff --git a/probables/__init__.py b/probables/__init__.py index be36fb6..432e87f 100644 --- a/probables/__init__.py +++ b/probables/__init__.py @@ -24,7 +24,7 @@ __maintainer__ = "Tyler Barrus" __email__ = "barrust@gmail.com" __license__ = "MIT" -__version__ = "0.6.2" +__version__ = "0.7.0" __credits__: list[str] = [] __url__ = "https://github.com/barrust/pyprobables" __bugtrack_url__ = "https://github.com/barrust/pyprobables/issues"