Skip to content

Commit 92137ca

Browse files
committed
Fix pypi project title
1 parent 7028635 commit 92137ca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Python implementation of the Hyper LogLog and Sliding Hyper LogLog cardinality counter algorithms.
2-
--------------------------------------------------------------------------------------------------
2+
==================================================================================================
33

44
Installation:
55
=============

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup
44

5-
version = '0.1.7'
5+
version = '0.1.8'
66

77
setup(
88
name='hyperloglog',

0 commit comments

Comments
 (0)