We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3badc42 commit 7ad65fcCopy full SHA for 7ad65fc
README.md
@@ -5,7 +5,7 @@ Python Implementation of Graham Cormode and S. Muthukrishnan's Effective Computa
5
6
## Installation
7
```
8
-pip install quantile-estimator==0.1.2
+pip install quantile-estimator==0.1.3
9
10
11
This package can be found on [PyPI](https://pypi.org/project/quantile-estimator/).
quantile_estimator/version.py
@@ -1 +1 @@
1
-__version__ = "0.1.2"
+__version__ = "0.1.3"
0 commit comments