Skip to content

Commit

Permalink
version 0.3.0 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
barrust authored Nov 21, 2018
1 parent 03e1e60 commit 81a7526
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# PyProbables Changelog

### Version 0.3.0
* Bloom Filters:
* Import/Export of Expanding and Rotating Bloom Filters
* Fix for importing standard Bloom Filters

### Version 0.2.6
* Bloom Filters:
* Addition of a Rotating Bloom Filter
Expand Down
2 changes: 1 addition & 1 deletion probables/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
__maintainer__ = 'Tyler Barrus'
__email__ = '[email protected]'
__license__ = 'MIT'
__version__ = '0.2.6'
__version__ = '0.3.0'
__credits__ = []
__url__ = 'https://github.com/barrust/pyprobables'
__bugtrack_url__ = 'https://github.com/barrust/pyprobables/issues'
Expand Down

0 comments on commit 81a7526

Please sign in to comment.