We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7028635 commit 92137caCopy full SHA for 92137ca
2 files changed
README.rst
@@ -1,5 +1,5 @@
1
Python implementation of the Hyper LogLog and Sliding Hyper LogLog cardinality counter algorithms.
2
---------------------------------------------------------------------------------------------------
+==================================================================================================
3
4
Installation:
5
=============
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
-version = '0.1.7'
+version = '0.1.8'
6
7
setup(
8
name='hyperloglog',
0 commit comments