Skip to content

Commit b364123

Browse files
committed
Bump version
1 parent 49565f9 commit b364123

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@ quantile-estimator
22
==========================
33

44
Python Implementation of Graham Cormode and S. Muthukrishnan's Effective Computation of Biased Quantiles over Data Streams in ICDE’05
5+
6+
## Installation
7+
```
8+
pip install quantile-estimator==0.1.0
9+
```

quantile_estimator/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.1"
1+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)