Skip to content

Commit

Permalink
Bump version 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
prashnts committed Oct 8, 2019
1 parent 82420dc commit e31b690
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ pbutler - Fix memory leak
Dan Crosta - Convert MurmurHash3 to C from C++
prashnts - Python 3 fork
gaetano-guerriero - Fixed base64 dumps
mizvyt - Fixed missing cython dependency
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.4.18 2019-10-08)
- Fix missing cython dependency in setup.py (@mizvyt). [BUG]

0.4.16 2019-08-24)
- Fix r/w of base64 encoded filter files (@gaetano-guerriero). [BUG]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

setup(
name='pybloomfiltermmap3',
version="0.4.17",
version="0.4.18",
author="Michael Axiak, Rob Stacey, Prashant Sinha",
author_email="prashant@noop.pw",
url="https://github.com/prashnts/pybloomfiltermmap3",
Expand Down
2 changes: 1 addition & 1 deletion src/pybloomfilter.pyx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 4, 17)
VERSION = (0, 4, 18)
AUTHOR = "Michael Axiak"

__VERSION__ = VERSION
Expand Down

0 comments on commit e31b690

Please sign in to comment.