From e6ff79ce714a80dbb7250b75d1b2972e542643a4 Mon Sep 17 00:00:00 2001 From: antonmyronyuk Date: Fri, 9 Jun 2023 17:26:44 +0300 Subject: [PATCH] Bump version --- README.md | 2 +- quantile_estimator/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f29b1b3..cf3a614 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/quantile_estimator/version.py b/quantile_estimator/version.py index 3dc1f76..485f44a 100644 --- a/quantile_estimator/version.py +++ b/quantile_estimator/version.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.1.1"