Skip to content

Commit 346c2d7

Browse files
committed
Bump to 0.2.2
1 parent 5bb7a54 commit 346c2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(name='filtercascade',
4-
version='0.2.1',
4+
version='0.2.2',
55
description='A simple bloom filter cascade implementation in Python',
66
long_description='A bloom filter cascade implementation in Python using the 32-bit variant of murmurhash3.',
77
classifiers=[

0 commit comments

Comments
 (0)