We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3efdd57 commit 12dd0f9Copy full SHA for 12dd0f9
1 file changed
setup.py
@@ -1,7 +1,7 @@
1
#!/usr/bin/env python
2
from setuptools import setup
3
4
-VERSION = '2.0.0'
+VERSION = '2.1.0'
5
DESCRIPTION = "PyBloom: A Probabilistic data structure"
6
LONG_DESCRIPTION = """
7
pybloom is a Python implementation of the bloom filter probabilistic data
0 commit comments