Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmyronyuk committed Jun 9, 2023
1 parent 2dae7f4 commit e6ff79c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Python Implementation of Graham Cormode and S. Muthukrishnan's Effective Computa

## Installation
```
pip install quantile-estimator==0.1.0
pip install quantile-estimator==0.1.1
```
2 changes: 1 addition & 1 deletion quantile_estimator/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit e6ff79c

Please sign in to comment.