Skip to content

Commit cadf2b3

Browse files
committed
Bump version
1 parent 8b05762 commit cadf2b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Python Implementation of Graham Cormode and S. Muthukrishnan's Effective Computa
55

66
## Installation
77
```
8-
pip install quantile-estimator==0.1.1
8+
pip install quantile-estimator==0.1.2
99
```
1010

1111
This package can be found on [PyPI](https://pypi.org/project/quantile-estimator/).

quantile_estimator/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.1"
1+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)