Skip to content

Commit 0834f1e

Browse files
authored
version 0.6.1 bump (#129)
1 parent dd80df4 commit 0834f1e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* Add retrieve hashes from the filter
1111
* Add resize filter, automatically or programatically
1212
* Add merging two filters into one
13+
* Add removal of an element from the filter
1314
* Count-Min Sketch:
1415
* 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)
1516

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__ = "barrust@gmail.com"
2727
__license__ = "MIT"
28-
__version__ = "0.6.0"
28+
__version__ = "0.6.1"
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)