We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb7a54 commit 346c2d7Copy full SHA for 346c2d7
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup, find_packages
2
3
setup(name='filtercascade',
4
- version='0.2.1',
+ version='0.2.2',
5
description='A simple bloom filter cascade implementation in Python',
6
long_description='A bloom filter cascade implementation in Python using the 32-bit variant of murmurhash3.',
7
classifiers=[
0 commit comments