We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b05762 commit cadf2b3Copy full SHA for cadf2b3
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.1
+pip install quantile-estimator==0.1.2
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.1"
+__version__ = "0.1.2"
0 commit comments