Skip to content

Commit

Permalink
version 0.6.1 bump (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
barrust authored Dec 20, 2024
1 parent dd80df4 commit 0834f1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* Add retrieve hashes from the filter
* Add resize filter, automatically or programatically
* Add merging two filters into one
* Add removal of an element from the filter
* Count-Min Sketch:
* Fix bug in elements added calculation when joining Count-Min Sketches; see [PR #119](https://github.com/barrust/pyprobables/pull/119); Thanks [@cunla](https://github.com/cunla)

Expand Down
2 changes: 1 addition & 1 deletion probables/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
__maintainer__ = "Tyler Barrus"
__email__ = "[email protected]"
__license__ = "MIT"
__version__ = "0.6.0"
__version__ = "0.6.1"
__credits__: List[str] = []
__url__ = "https://github.com/barrust/pyprobables"
__bugtrack_url__ = "https://github.com/barrust/pyprobables/issues"
Expand Down

0 comments on commit 0834f1e

Please sign in to comment.