Skip to content

Commit 7ad65fc

Browse files
committed
Bump version
1 parent 3badc42 commit 7ad65fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
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.2
8+
pip install quantile-estimator==0.1.3
99
```
1010

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

quantile_estimator/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.2"
1+
__version__ = "0.1.3"

0 commit comments

Comments
 (0)